aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/bcm
diff options
context:
space:
mode:
authorKevin McKinney <klmckinney1@gmail.com>2013-01-04 23:35:04 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-01-07 10:57:50 -0800
commit27bc7b2be29441868d8acd5022794339c752dbea (patch)
tree98a5a6a78c6268663835ad69e76d893889adbee8 /drivers/staging/bcm
parent744467eaf0cdc1bb48fcad4f347b393aeb3c1902 (diff)
Staging: bcm: Properly format braces in Debug.h
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>
Diffstat (limited to 'drivers/staging/bcm')
-rw-r--r--drivers/staging/bcm/Debug.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/staging/bcm/Debug.h b/drivers/staging/bcm/Debug.h
index 2917ed316e1..b4ff00081cf 100644
--- 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 */