From: Sima Baymani Date: Tue, 5 Nov 2013 20:22:56 +0000 (+0100) Subject: staging: cxt1e1: comet,h - fix placement of braces X-Git-Tag: next-20131128~9^2~87^2~224 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=af2594402d61d28bae5e784c3eb9dc80d92038eb;p=karo-tx-linux.git staging: cxt1e1: comet,h - fix placement of braces Fix bad placement of braces per checkpatch warning. Signed-off-by: Sima Baymani Reviewed-by: Lisa Nguyen Signed-off-by: Greg Kroah-Hartman --- 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 */