mirror of https://gitee.com/openkylin/linux.git
staging: rtl8723au: fix up coding style warnings reported by checkpatch.pl.
remove spaces at the start of a line align enum variable with other parameters Signed-off-by: Ting-Chih Hsiao <s894330@hotmail.com> Acked-by: Jes Sorensen <Jes.Sorensen@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
f72f130d87
commit
c9a47627f7
|
@ -21,7 +21,7 @@ odm_ConfigRFReg_8723A(
|
|||
struct dm_odm_t *pDM_Odm,
|
||||
u32 Addr,
|
||||
u32 Data,
|
||||
enum RF_RADIO_PATH RF_PATH,
|
||||
enum RF_RADIO_PATH RF_PATH,
|
||||
u32 RegAddr
|
||||
)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue