staging: ks7010: Remove trailing _t from 'struct ds_parms_t'.
authorQuytelda Kahja <quytelda@tamalin.org>
Sat, 31 Mar 2018 06:08:00 +0000 (23:08 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 23 Apr 2018 12:15:20 +0000 (14:15 +0200)
The "_t" suffix is not needed for structure names in this driver, and is a
reflection of an older typedef system that is no longer in place. Replace
all occurences of 'struct ds_parms_t' with 'struct ds_parms'.

Signed-off-by: Quytelda Kahja <quytelda@tamalin.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ks7010/ks_hostif.h

index 433904f..6f22bf8 100644 (file)
@@ -222,7 +222,7 @@ struct fh_parms {
        u8 hop_index;
 } __packed;
 
-struct ds_parms_t {
+struct ds_parms {
        u8 channel;
 } __packed;
 
@@ -278,7 +278,7 @@ struct link_ap_info_t {
        __le16 capability;      /* +12 */
        struct rate_set8 rate_set;      /* +14 */
        struct fh_parms fh_parameter;   /* +24 */
-       struct ds_parms_t ds_parameter; /* +29 */
+       struct ds_parms ds_parameter;   /* +29 */
        struct cf_parms_t cf_parameter; /* +30 */
        struct ibss_parms_t ibss_parameter;     /* +36 */
        struct erp_params_t erp_parameter;      /* +38 */