diff options
author | Santiago Ruano Rincón <[email protected]> | 2024-07-30 17:05:31 +0900 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2024-07-31 08:18:52 +0200 |
commit | 13dda5c5096883fe40cc6f8e492d6e7a57506f99 (patch) | |
tree | 8c6f597436dcb43eb0fcce185108b2ed0b734f26 | |
parent | fe4f695d753fb2200168ba6249136b7a719f73fe (diff) |
staging: rtl8723bs: rtw_mlme_ext: replace spaces by tabs
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 <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r-- | drivers/staging/rtl8723bs/include/rtw_mlme_ext.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/rtl8723bs/include/rtw_mlme_ext.h b/drivers/staging/rtl8723bs/include/rtw_mlme_ext.h index 5b8574f5a251..720aeeb002b0 100644 --- a/drivers/staging/rtl8723bs/include/rtw_mlme_ext.h +++ b/drivers/staging/rtl8723bs/include/rtw_mlme_ext.h @@ -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; |