mirror of https://gitee.com/openkylin/linux.git
Staging: rtl8192u: Remove space before tab
This patch fixes the checkpatch.pl warning: WARNING: "please, no space before tabs" Signed-off-by: Ksenija Stanojevic <ksenija.stanojevic@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
b0487a7c73
commit
98bedd77dc
|
@ -106,10 +106,10 @@ void rtl8192_setBBreg(struct net_device *dev, u32 reg_addr, u32 bitmask,
|
|||
/******************************************************************************
|
||||
* function: This function reads specific bits from BB register
|
||||
* input: net_device *dev
|
||||
* u32 reg_addr //target addr to be readback
|
||||
* u32 bitmask //taget bit pos to be readback
|
||||
* u32 reg_addr //target addr to be readback
|
||||
* u32 bitmask //taget bit pos to be readback
|
||||
* output: none
|
||||
* return: u32 data //the readback register value
|
||||
* return: u32 data //the readback register value
|
||||
* notice:
|
||||
******************************************************************************/
|
||||
u32 rtl8192_QueryBBReg(struct net_device *dev, u32 reg_addr, u32 bitmask)
|
||||
|
@ -478,7 +478,7 @@ static void phy_FwRFSerialWrite(struct net_device *dev,
|
|||
/******************************************************************************
|
||||
* function: This function reads BB parameters from header file we generate,
|
||||
* and do register read/write
|
||||
* input: net_device *dev
|
||||
* input: net_device *dev
|
||||
* output: none
|
||||
* return: none
|
||||
* notice: BB parameters may change all the time, so please make
|
||||
|
|
Loading…
Reference in New Issue