Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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 {