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

staging: ks7010: avoid CamelCase: CfParms_t fields

Replace CamelCase struct field names with underscores to comply
with the standard kernel coding style.
Changed:
- maxDuration
- durRemaining
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 eda237de
......@@ -252,8 +252,8 @@ struct ds_parms_t {
struct cf_parms_t {
u8 count;
u8 period;
u16 maxDuration;
u16 durRemaining;
u16 max_duration;
u16 dur_remaining;
} __packed;
struct ibss_parms_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