diff options
| author | Sima Baymani <sima.baymani@gmail.com> | 2013-11-05 21:22:56 +0100 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-11-10 08:03:32 -0800 |
| commit | af2594402d61d28bae5e784c3eb9dc80d92038eb (patch) | |
| tree | f3bc34e68942be31f54547d2228bac9a2f052e22 | |
| parent | 353808bf5367c046b7ea7d8189cad2531adedbb9 (diff) | |
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>
| -rw-r--r-- | drivers/staging/cxt1e1/comet.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/staging/cxt1e1/comet.h b/drivers/staging/cxt1e1/comet.h index 70829078e91e..4ed78297053b 100644 --- a/drivers/staging/cxt1e1/comet.h +++ b/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 */ |
