Browse Source

staging: cxt1e1: comet,h - fix placement of braces

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>
Sima Baymani 12 years ago
parent
commit
af2594402d
1 changed files with 1 additions and 2 deletions
  1. 1 2
      drivers/staging/cxt1e1/comet.h

+ 1 - 2
drivers/staging/cxt1e1/comet.h

@@ -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 */