From 70b2a81a2e780dbb28b653ee46915159002be60e Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 10 Jun 2014 09:06:10 +0000 Subject: atheros: trailing statements fixes Move trailing statements to next line with indentation as suggested by checkpatch. Signed-off-by: Sergey Ryazanov SVN-Revision: 41092 --- target/linux/atheros/patches-3.10/100-board.patch | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'target/linux/atheros/patches-3.10/100-board.patch') diff --git a/target/linux/atheros/patches-3.10/100-board.patch b/target/linux/atheros/patches-3.10/100-board.patch index 33c7ce5..07b8145 100644 --- a/target/linux/atheros/patches-3.10/100-board.patch +++ b/target/linux/atheros/patches-3.10/100-board.patch @@ -84,7 +84,7 @@ +obj-$(CONFIG_ATHEROS_AR2315) += ar2315.o --- /dev/null +++ b/arch/mips/ar231x/board.c -@@ -0,0 +1,260 @@ +@@ -0,0 +1,261 @@ +/* + * This file is subject to the terms and conditions of the GNU General Public + * License. See the file "COPYING" in the main directory of this archive @@ -297,7 +297,8 @@ +ar231x_halt(void) +{ + local_irq_disable(); -+ while (1); ++ while (1) ++ ; +} + +void __init -- cgit v1.1