diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2010-05-23 16:01:56 -0400 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2010-08-09 15:14:07 -0400 |
commit | 2b9e12d0177c1543210a412e3f64a67ebb46ccb9 (patch) | |
tree | 2a1d3c588f32e3e453be78f56145c472b8393e39 /arch/m68k | |
parent | 9fe6206f400646a2322096b56c59891d530e8d51 (diff) |
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.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/m68k/sun3/leds.c b/arch/m68k/sun3/leds.c index a3e948463982..aad2e0a0682e 100644 --- a/arch/m68k/sun3/leds.c +++ b/arch/m68k/sun3/leds.c | |||
@@ -7,7 +7,7 @@ void sun3_leds(unsigned char byte) | |||
7 | unsigned char dfc; | 7 | unsigned char dfc; |
8 | 8 | ||
9 | GET_DFC(dfc); | 9 | GET_DFC(dfc); |
10 | SET_DFC(FC_CONTROL); | 10 | SET_DFC(FC_CONTROL); |
11 | SET_CONTROL_BYTE(AC_LEDS,byte); | 11 | SET_CONTROL_BYTE(AC_LEDS, byte); |
12 | SET_DFC(dfc); | 12 | SET_DFC(dfc); |
13 | } | 13 | } |