Commit af259440 authored by Sima Baymani's avatar Sima Baymani Committed by Greg Kroah-Hartman

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

Fix bad placement of braces per checkpatch warning.
Signed-off-by: default avatarSima Baymani <sima.baymani@gmail.com>
Reviewed-by: default avatarLisa Nguyen <lisa@xenapiadmin.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 353808bf
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment