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:
Janusz Lisiecki 2017-04-29 22:58:46 +02:00 committed by Greg Kroah-Hartman
parent f364422edf
commit 49642ffdb8
1 changed files with 1 additions and 1 deletions

View File

@ -257,7 +257,7 @@ struct cf_parms_t {
} __packed; } __packed;
struct ibss_parms_t { struct ibss_parms_t {
u16 atimWindow; u16 atim_window;
} __packed; } __packed;
struct rsn_t { struct rsn_t {