提交 5e1cdda0 编写于 作者: J Janusz Lisiecki 提交者: 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: NJanusz Lisiecki <janusz.lisiecki@gmail.com>
Reviewed-by: NTobin C. Harding <me@tobin.cc>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 93270634
...@@ -239,10 +239,10 @@ struct rate_set8_t { ...@@ -239,10 +239,10 @@ struct rate_set8_t {
} __packed; } __packed;
struct FhParms_t { struct FhParms_t {
u16 dwellTime; u16 dwell_time;
u8 hopSet; u8 hop_set;
u8 hopPattern; u8 hop_pattern;
u8 hopIndex; u8 hop_index;
} __packed; } __packed;
struct DsParms_t { struct DsParms_t {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册