Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Andrea Gelmini and committed by
Geert Uytterhoeven
2b9e12d0 9fe6206f

+2 -2
+2 -2
arch/m68k/sun3/leds.c
··· 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 }