]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
staging: rtl8723bs: Rename 'Hal8723BPwrSeq.{c, h}' to 'hal_pwr_seq.*'.
authorQuytelda Kahja <quytelda@tamalin.org>
Tue, 22 May 2018 07:26:29 +0000 (00:26 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 25 May 2018 16:47:22 +0000 (18:47 +0200)
Camel-case naming is discouraged int the linux kernel coding style.
Rename these files using snake case, and update the makefile to use
the new names.

Signed-off-by: Quytelda Kahja <quytelda@tamalin.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/Makefile
drivers/staging/rtl8723bs/hal/hal_pwr_seq.c [moved from drivers/staging/rtl8723bs/hal/Hal8723BPwrSeq.c with 99% similarity]
drivers/staging/rtl8723bs/include/hal_pwr_seq.h [moved from drivers/staging/rtl8723bs/include/Hal8723BPwrSeq.h with 100% similarity]
drivers/staging/rtl8723bs/include/rtl8723b_hal.h

index f236acfd3afaa8f9944b0ceb643dfb321d17aae7..a12cf8dd8ed961b71e468febc549edba2b067756 100644 (file)
@@ -23,7 +23,7 @@ r8723bs-y = \
                hal/hal_com_phycfg.o \
                hal/hal_btcoex.o \
                hal/hal_sdio.o \
-               hal/Hal8723BPwrSeq.o \
+               hal/hal_pwr_seq.o \
                hal/HalPhyRf.o \
                hal/HalPwrSeqCmd.o \
                hal/odm.o \
similarity index 99%
rename from drivers/staging/rtl8723bs/hal/Hal8723BPwrSeq.c
rename to drivers/staging/rtl8723bs/hal/hal_pwr_seq.c
index 57f7f09b3ab90db352a9fbc4ac3b7c44a067cc5d..589e7aae7bbd817dd1489213d2dbad199f58dc71 100644 (file)
@@ -17,7 +17,7 @@ Major Change History:
 
 */
 
-#include "Hal8723BPwrSeq.h"
+#include "hal_pwr_seq.h"
 
 /* drivers should parse below arrays and do the corresponding actions */
 /* 3 Power on  Array */
index 98408e8e33f2ef405382921536eab5a12dbe4dd9..46ac61b058c886917074e3c99a26941caa14bc37 100644 (file)
@@ -16,7 +16,7 @@
 #include "rtl8723b_xmit.h"
 #include "rtl8723b_cmd.h"
 #include "rtw_mp.h"
-#include "Hal8723BPwrSeq.h"
+#include "hal_pwr_seq.h"
 #include "Hal8723BPhyReg.h"
 #include "Hal8723BPhyCfg.h"