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

staging: ks7010: avoid CamelCase: FhParms_t fields

Replace CamelCase struct field names with underscores to comply
with the standard kernel coding style.
Changed:
- dwellTime
- hopSet
- hopPattern
- hopIndex
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 93270634
......@@ -239,10 +239,10 @@ struct rate_set8_t {
} __packed;
struct FhParms_t {
u16 dwellTime;
u8 hopSet;
u8 hopPattern;
u8 hopIndex;
u16 dwell_time;
u8 hop_set;
u8 hop_pattern;
u8 hop_index;
} __packed;
struct DsParms_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