mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-03-23 19:57:01 +08:00
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…
x
Reference in New Issue
Block a user