projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9fe6206
)
arch/m68k/sun3/leds.c: Checkpatch cleanup
author
Andrea Gelmini
<andrea.gelmini@gelma.net>
Sun, 23 May 2010 20:01:56 +0000
(22:01 +0200)
committer
Geert Uytterhoeven
<geert@linux-m68k.org>
Mon, 9 Aug 2010 19:14:07 +0000
(21:14 +0200)
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>
arch/m68k/sun3/leds.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/m68k/sun3/leds.c
b/arch/m68k/sun3/leds.c
index a3e948463982fdf205a0ab38980fa0e2fc769d10..aad2e0a0682ec23116876fe10edcc92a83d3bf59 100644
(file)
--- 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);
}