Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: rtl8723bs: Fix coding style issues

checkpatch.pl reported errors for use of extra whitespaces
in the function prototypes.

Removed extra spaces to meet the coding standards.

Signed-off-by: Adheer Chandravanshi <adheerchandravanshi@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Adheer Chandravanshi and committed by
Greg Kroah-Hartman
2f1e2772 1d283a64

+10 -13
+10 -13
drivers/staging/rtl8723bs/include/rtl8192c_rf.h
··· 19 19 /* */ 20 20 /* RF RL6052 Series API */ 21 21 /* */ 22 - void rtl8192c_RF_ChangeTxPath(struct adapter *Adapter, 23 - u16 DataRate); 24 - void rtl8192c_PHY_RF6052SetBandwidth( 25 - struct adapter * Adapter, 26 - enum CHANNEL_WIDTH Bandwidth); 27 - void rtl8192c_PHY_RF6052SetCckTxPower( 28 - struct adapter *Adapter, 29 - u8* pPowerlevel); 30 - void rtl8192c_PHY_RF6052SetOFDMTxPower( 31 - struct adapter *Adapter, 32 - u8* pPowerLevel, 33 - u8 Channel); 34 - int PHY_RF6052_Config8192C(struct adapter * Adapter ); 22 + void rtl8192c_RF_ChangeTxPath(struct adapter *Adapter, 23 + u16 DataRate); 24 + void rtl8192c_PHY_RF6052SetBandwidth(struct adapter *Adapter, 25 + enum CHANNEL_WIDTH Bandwidth); 26 + void rtl8192c_PHY_RF6052SetCckTxPower(struct adapter *Adapter, 27 + u8 *pPowerlevel); 28 + void rtl8192c_PHY_RF6052SetOFDMTxPower(struct adapter *Adapter, 29 + u8 *pPowerLevel, 30 + u8 Channel); 31 + int PHY_RF6052_Config8192C(struct adapter *Adapter); 35 32 36 33 /*--------------------------Exported Function prototype---------------------*/ 37 34