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:
744467e
)
Staging: bcm: Properly format braces in Debug.h
author
Kevin McKinney
<klmckinney1@gmail.com>
Sat, 5 Jan 2013 04:35:04 +0000
(23:35 -0500)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Mon, 7 Jan 2013 18:57:50 +0000
(10:57 -0800)
This patch formats braces in Debug.h as reported
by checkpatch.pl.
Signed-off-by: Kevin McKinney <klmckinney1@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/bcm/Debug.h
patch
|
blob
|
history
diff --git
a/drivers/staging/bcm/Debug.h
b/drivers/staging/bcm/Debug.h
index 2917ed316e12622001d5b1d085b1bb8bec954fae..b4ff00081cf27b2e679fe8603a78cd9345ab87ae 100644
(file)
--- a/
drivers/staging/bcm/Debug.h
+++ b/
drivers/staging/bcm/Debug.h
@@
-171,8
+171,7
@@
* Delibrately matches that of the Windows driver..
* The TestApp's ioctl passes this struct to us.
*/
-typedef struct
-{
+typedef struct {
unsigned int Subtype, Type;
unsigned int OnOff;
/* unsigned int debug_level; future expansion */