diff options
author | Kevin McKinney <klmckinney1@gmail.com> | 2013-01-04 23:35:04 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-01-07 10:57:50 -0800 |
commit | 27bc7b2be29441868d8acd5022794339c752dbea (patch) | |
tree | 98a5a6a78c6268663835ad69e76d893889adbee8 /drivers | |
parent | 744467eaf0cdc1bb48fcad4f347b393aeb3c1902 (diff) | |
download | linux-stable-27bc7b2be29441868d8acd5022794339c752dbea.tar.gz linux-stable-27bc7b2be29441868d8acd5022794339c752dbea.tar.bz2 linux-stable-27bc7b2be29441868d8acd5022794339c752dbea.zip |
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')
-rw-r--r-- | drivers/staging/bcm/Debug.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/staging/bcm/Debug.h b/drivers/staging/bcm/Debug.h index 2917ed316e12..b4ff00081cf2 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 */ |