Commit c9a47627 authored by Ting-Chih Hsiao's avatar Ting-Chih Hsiao Committed by Greg Kroah-Hartman

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: default avatarTing-Chih Hsiao <s894330@hotmail.com>
Acked-by: default avatarJes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent f72f130d
...@@ -21,7 +21,7 @@ odm_ConfigRFReg_8723A( ...@@ -21,7 +21,7 @@ odm_ConfigRFReg_8723A(
struct dm_odm_t *pDM_Odm, struct dm_odm_t *pDM_Odm,
u32 Addr, u32 Addr,
u32 Data, u32 Data,
enum RF_RADIO_PATH RF_PATH, enum RF_RADIO_PATH RF_PATH,
u32 RegAddr u32 RegAddr
) )
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment