]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
staging: rtl8723bs: Remove multiple blank lines in include headers
authorPramod Maurya <pramod.nexgen@gmail.com>
Sun, 10 May 2026 17:51:02 +0000 (13:51 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 11 May 2026 08:10:03 +0000 (10:10 +0200)
Remove superfluous consecutive blank lines from rtl8723bs include
header files as flagged by checkpatch.pl.

Signed-off-by: Pramod Maurya <pramod.nexgen@gmail.com>
Link: https://patch.msgid.link/20260510175103.562518-2-pramod.nexgen@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/include/cmd_osdep.h
drivers/staging/rtl8723bs/include/rtl8192c_recv.h
drivers/staging/rtl8723bs/include/rtl8723b_dm.h
drivers/staging/rtl8723bs/include/rtw_ioctl_set.h
drivers/staging/rtl8723bs/include/rtw_wifi_regd.h
drivers/staging/rtl8723bs/include/sdio_ops_linux.h

index 5506f513dc0191af8eb82870105638bd8863e7b1..41daa3c339a87996fce488114d4120a76f8e7df2 100644 (file)
@@ -7,7 +7,6 @@
 #ifndef __CMD_OSDEP_H_
 #define __CMD_OSDEP_H_
 
-
 int rtw_init_cmd_priv(struct   cmd_priv *pcmdpriv);
 int rtw_init_evt_priv(struct evt_priv *pevtpriv);
 extern void _rtw_free_evt_priv(struct  evt_priv *pevtpriv);
index e2e9aa03ffdf23a93b297e0688f5aceac89ba930..1f86654f0403368636c765f6348b67976150f057 100644 (file)
@@ -30,7 +30,6 @@ struct phy_stat {
 /*  Rx smooth factor */
 #define        Rx_Smooth_Factor (20)
 
-
 void rtl8192c_translate_rx_signal_stuff(union recv_frame *precvframe, struct phy_stat *pphy_status);
 void rtl8192c_query_rx_desc_status(union recv_frame *precvframe, struct recv_stat *pdesc);
 
index 1d2da5286e7cc12d477acda98806b68fa81a1572..50ab7aed079e66c4deaadb66aea618f80bbfe791 100644 (file)
@@ -29,5 +29,4 @@ void rtl8723b_HalDmWatchDog(struct adapter *padapter);
 void rtl8723b_HalDmWatchDog_in_LPS(struct adapter *padapter);
 void rtl8723b_hal_dm_in_lps(struct adapter *padapter);
 
-
 #endif
index ab349de733c8dff33a4bd0c8a3f09e6dc123bc30..c3a1d1a84f789ba5f488c6e21ca8952f891f2288 100644 (file)
@@ -7,7 +7,6 @@
 #ifndef __RTW_IOCTL_SET_H_
 #define __RTW_IOCTL_SET_H_
 
-
 typedef u8 NDIS_802_11_PMKID_VALUE[16];
 
 u8 rtw_set_802_11_authentication_mode(struct adapter *pdapter, enum ndis_802_11_authentication_mode authmode);
index e611651cb40b558efe705e86532979ebfde34de6..e4d8fe9bf68d9073cd2062c06bc9948b34c8928a 100644 (file)
@@ -13,5 +13,4 @@ void rtw_regd_init(struct wiphy *wiphy,
                                        struct regulatory_request *request));
 void rtw_reg_notifier(struct wiphy *wiphy, struct regulatory_request *request);
 
-
 #endif
index 18830dd1837246c825ed3f3838f1364d54e1bc5a..cd67a7201065fc0eee139b679d5828956ec10f9e 100644 (file)
@@ -25,6 +25,5 @@ void sd_write32(struct intf_hdl *pintfhdl, u32 addr, u32 v, s32 *err);
 s32 _sd_write(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, void *pdata);
 s32 sd_write(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, void *pdata);
 
-
 void rtw_sdio_set_irq_thd(struct dvobj_priv *dvobj, void *thd_hdl);
 #endif