Commit 2b9e12d0177c1543210a412e3f64a67ebb46ccb9

Authored by Andrea Gelmini
Committed by Geert Uytterhoeven
1 parent 9fe6206f40

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>

Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff

arch/m68k/sun3/leds.c
... ... @@ -7,8 +7,8 @@
7 7 unsigned char dfc;
8 8  
9 9 GET_DFC(dfc);
10   - SET_DFC(FC_CONTROL);
11   - SET_CONTROL_BYTE(AC_LEDS,byte);
  10 + SET_DFC(FC_CONTROL);
  11 + SET_CONTROL_BYTE(AC_LEDS, byte);
12 12 SET_DFC(dfc);
13 13 }