Staging: rtl8723bs: fix names in hal_btcoex.h
authorMarco Cesati <marcocesati@gmail.com>
Wed, 17 Mar 2021 22:21:16 +0000 (23:21 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 18 Mar 2021 09:16:47 +0000 (10:16 +0100)
This commit converts names of structs / enums
in include/hal_btcoex.h from ALL_CAPS format to lowercase

Signed-off-by: Marco Cesati <marcocesati@gmail.com>
Link: https://lore.kernel.org/r/20210317222130.29528-30-marcocesati@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/include/hal_btcoex.h
drivers/staging/rtl8723bs/include/hal_data.h

index fb8bc2c..3c03be2 100644 (file)
@@ -11,7 +11,7 @@
 
 /*  Some variables can't get from outsrc BT-Coex, */
 /*  so we need to save here */
-struct BT_COEXIST {
+struct bt_coexist {
        u8 bBtExist;
        u8 btTotalAntNum;
        u8 btChipType;
index 6a0c562..9512da2 100644 (file)
@@ -434,7 +434,7 @@ struct hal_com_data {
        struct DM_ODM_T         odmpriv;
 
        /*  For bluetooth co-existance */
-       struct BT_COEXIST               bt_coexist;
+       struct bt_coexist               bt_coexist;
 
        /*  Interrupt related register information. */
        u32             SysIntrStatus;