mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-01 03:44:27 -04:00
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: 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:
committed by
Greg Kroah-Hartman
parent
eda237de2b
commit
f364422edf
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user