Staging: bcm: Properly format braces in Debug.h
authorKevin McKinney <klmckinney1@gmail.com>
Sat, 5 Jan 2013 04:35:04 +0000 (23:35 -0500)
committerGreg 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

index 2917ed3..b4ff000 100644 (file)
  * 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 */