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:
Родитель
eda237de2b
Коммит
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 {
|
||||
|
|
Загрузка…
Ссылка в новой задаче