Commit 49642ffd authored by Janusz Lisiecki's avatar Janusz Lisiecki Committed by Greg Kroah-Hartman

staging: ks7010: avoid CamelCase: atimWindow

Replace CamelCase variable name with underscores to comply
with the standard kernel coding style.
Signed-off-by: default avatarJanusz Lisiecki <janusz.lisiecki@gmail.com>
Reviewed-by: default avatarTobin C. Harding <me@tobin.cc>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent f364422e
......@@ -257,7 +257,7 @@ struct cf_parms_t {
} __packed;
struct ibss_parms_t {
u16 atimWindow;
u16 atim_window;
} __packed;
struct rsn_t {
......
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