summaryrefslogtreecommitdiffstats
path: root/arch/m68k
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2010-05-23 22:01:56 +0200
committerGeert Uytterhoeven <geert@linux-m68k.org>2010-08-09 21:14:07 +0200
commit2b9e12d0177c1543210a412e3f64a67ebb46ccb9 (patch)
tree2a1d3c588f32e3e453be78f56145c472b8393e39 /arch/m68k
parent9fe6206f400646a2322096b56c59891d530e8d51 (diff)
downloadop-kernel-dev-2b9e12d0177c1543210a412e3f64a67ebb46ccb9.zip
op-kernel-dev-2b9e12d0177c1543210a412e3f64a67ebb46ccb9.tar.gz
arch/m68k/sun3/leds.c: Checkpatch cleanup
arch/m68k/sun3/leds.c:10: ERROR: code indent should use tabs where possible arch/m68k/sun3/leds.c:11: ERROR: space required after that ',' (ctx:VxV) Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'arch/m68k')
-rw-r--r--arch/m68k/sun3/leds.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/m68k/sun3/leds.c b/arch/m68k/sun3/leds.c
index a3e9484..aad2e0a 100644
--- a/arch/m68k/sun3/leds.c
+++ b/arch/m68k/sun3/leds.c
@@ -7,7 +7,7 @@ void sun3_leds(unsigned char byte)
unsigned char dfc;
GET_DFC(dfc);
- SET_DFC(FC_CONTROL);
- SET_CONTROL_BYTE(AC_LEDS,byte);
+ SET_DFC(FC_CONTROL);
+ SET_CONTROL_BYTE(AC_LEDS, byte);
SET_DFC(dfc);
}
OpenPOWER on IntegriCloud