]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
staging: ks7010: avoid CamelCase: FhParms_t fields
authorJanusz Lisiecki <janusz.lisiecki@gmail.com>
Sat, 29 Apr 2017 20:58:43 +0000 (22:58 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 15 May 2017 05:41:58 +0000 (07:41 +0200)
Replace CamelCase struct field names with underscores to comply
with the standard kernel coding style.
Changed:
- dwellTime
- hopSet
- hopPattern
- hopIndex

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>
drivers/staging/ks7010/ks_hostif.h

index ff0ca77e39df226754bd6a4cb4ebfcb124a0192f..435aca389725047439d880e17a3d4622a9d85e0c 100644 (file)
@@ -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 {