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

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

index b482821c9af8773a3ed5f16df110272d2dfd4180..f7d6ac0ff865f0895e42efdea41324686ed26635 100644 (file)
@@ -83,7 +83,7 @@ do {\
 
 #define TXDESC_OFFSET TXDESC_SIZE
 
-enum TXDESC_SC {
+enum txdesc_sc {
        SC_DONT_CARE = 0x00,
        SC_UPPER = 0x01,
        SC_LOWER = 0x02,