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:
Ksenija Stanojevic 2015-02-19 23:05:20 +01:00 committed by Greg Kroah-Hartman
parent b0487a7c73
commit 98bedd77dc
1 changed files with 4 additions and 4 deletions

View File

@ -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