mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 03:10:30 -04:00
Staging: rtl8723bs: fix names in rtw_xmit.h
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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
f0e46c47f6
commit
a26a28b5ba
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user