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.lisie...@gmail.com>
---
 drivers/staging/ks7010/ks_hostif.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/drivers/staging/ks7010/ks_hostif.h 
b/drivers/staging/ks7010/ks_hostif.h
index 5c8e455..4d77ea8 100644
--- a/drivers/staging/ks7010/ks_hostif.h
+++ b/drivers/staging/ks7010/ks_hostif.h
@@ -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 {
-- 
1.9.1

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to