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:
Ting-Chih Hsiao 2015-08-04 11:21:10 +08:00 committed by Greg Kroah-Hartman
parent f72f130d87
commit c9a47627f7
1 changed files with 1 additions and 1 deletions

View File

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