From: Janusz Lisiecki Date: Sat, 29 Apr 2017 20:58:43 +0000 (+0200) Subject: staging: ks7010: avoid CamelCase: FhParms_t fields X-Git-Tag: v4.13-rc1~184^2~401 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=5e1cdda0e2c2f5ccf8216a35512c624c62f97e04;p=karo-tx-linux.git 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: Janusz Lisiecki Reviewed-by: Tobin C. Harding Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/ks7010/ks_hostif.h b/drivers/staging/ks7010/ks_hostif.h index ff0ca77e39df..435aca389725 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 {