staging: cxt1e1: comet,h - fix placement of braces
authorSima Baymani <sima.baymani@gmail.com>
Tue, 5 Nov 2013 20:22:56 +0000 (21:22 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 10 Nov 2013 16:03:32 +0000 (08:03 -0800)
Fix bad placement of braces per checkpatch warning.

Signed-off-by: Sima Baymani <sima.baymani@gmail.com>
Reviewed-by: Lisa Nguyen <lisa@xenapiadmin.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/cxt1e1/comet.h

index 7082907..4ed7829 100644 (file)
@@ -25,8 +25,7 @@
 
 #define VINT32  volatile u_int32_t
 
-struct s_comet_reg
-{
+struct s_comet_reg {
        VINT32 gbl_cfg;      /* 00  Global Cfg */
        VINT32 clkmon;       /* 01  Clk Monitor */
        VINT32 rx_opt;       /* 02  RX Options */