projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f83dfd0
)
Staging: asus_oled: fix coding style issue in asus_oled.c
author
Johan Meiring
<johanmeiring@gmail.com>
Sat, 6 Nov 2010 16:24:46 +0000
(18:24 +0200)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Wed, 10 Nov 2010 00:37:17 +0000
(16:37 -0800)
This is a patch to the asus_oled.c file that fixes up brace and enum
warning found by the checkpatch.pl tool
Signed-off-by: Johan Meiring <johanmeiring@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/asus_oled/asus_oled.c
patch
|
blob
|
history
diff --git
a/drivers/staging/asus_oled/asus_oled.c
b/drivers/staging/asus_oled/asus_oled.c
index 8c95d8c2a4f4992e51f8b147a2238ce7b2e02430..1dda9fbf11b61b6540f8f9626f6ac4ae2d5d0d38 100644
(file)
--- a/
drivers/staging/asus_oled/asus_oled.c
+++ b/
drivers/staging/asus_oled/asus_oled.c
@@
-70,7
+70,7
@@
module_param(start_off, uint, 0644);
MODULE_PARM_DESC(start_off,
"Set to 1 to switch off OLED display after it is attached");
-enum oled_pack_mode{
+enum oled_pack_mode
{
PACK_MODE_G1,
PACK_MODE_G50,
PACK_MODE_LAST