staging: rtl8723bs: rtw_mlme_ext: replace spaces by tabs
authorSantiago Ruano Rincón <santiagorr@riseup.net>
Tue, 30 Jul 2024 08:05:31 +0000 (17:05 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 31 Jul 2024 06:18:52 +0000 (08:18 +0200)
Fix checkpatch error "ERROR: code indent should use tabs where possible"
in include/rtw_mlme_ext.h:388.

Signed-off-by: Santiago Ruano Rincón <santiagorr@riseup.net>
Link: https://lore.kernel.org/r/20240730080531.991195-1-santiagorr@riseup.net
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/include/rtw_mlme_ext.h

index 5b8574f5a251fbbc857cf0efc8fedbc634dffd18..720aeeb002b0676daa4884c8de21e345107df1ea 100644 (file)
@@ -384,8 +384,8 @@ struct mlme_ext_priv {
        unsigned char default_supported_mcs_set[16];
 
        struct ss_res           sitesurvey_res;
-       struct mlme_ext_info mlmext_info;/* for sta/adhoc mode, including current scanning/connecting/connected related info. */
-                                                     /* for ap mode, network includes ap's cap_info */
+       struct mlme_ext_info mlmext_info;       /* for sta/adhoc mode, including current scanning/connecting/connected related info. */
+                                               /* for ap mode, network includes ap's cap_info */
        struct timer_list               survey_timer;
        struct timer_list               link_timer;
        struct timer_list               sa_query_timer;