staging: rtl8723au: fix up coding style warnings reported by checkpatch.pl.
authorTing-Chih Hsiao <s894330@hotmail.com>
Tue, 4 Aug 2015 03:21:10 +0000 (11:21 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 5 Aug 2015 18:55:44 +0000 (11:55 -0700)
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>
drivers/staging/rtl8723au/hal/odm_RegConfig8723A.c

index 342dec3..a63c6cb 100644 (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
        )
 {