mirror of https://gitee.com/openkylin/linux.git
staging: ks7010: avoid CamelCase: atimWindow
Replace CamelCase variable name with underscores to comply with the standard kernel coding style. Signed-off-by: Janusz Lisiecki <janusz.lisiecki@gmail.com> Reviewed-by: Tobin C. Harding <me@tobin.cc> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
f364422edf
commit
49642ffdb8
|
@ -257,7 +257,7 @@ struct cf_parms_t {
|
|||
} __packed;
|
||||
|
||||
struct ibss_parms_t {
|
||||
u16 atimWindow;
|
||||
u16 atim_window;
|
||||
} __packed;
|
||||
|
||||
struct rsn_t {
|
||||
|
|
Loading…
Reference in New Issue