mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 22:14:04 +02:00
Staging: rtl8723bs: fix names in osdep_service.h
This commit converts names of structs / enums in include/osdep_service.h from ALL_CAPS format to lowercase Signed-off-by: Marco Cesati <marcocesati@gmail.com> Link: https://lore.kernel.org/r/20210317222130.29528-13-marcocesati@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
0ba3884023
commit
708df7dbc2
|
|
@ -80,7 +80,7 @@ enum mstat_f {
|
|||
#define mstat_tf_idx(flags) ((flags)&0xff)
|
||||
#define mstat_ff_idx(flags) (((flags)&0xff00) >> 8)
|
||||
|
||||
enum MSTAT_STATUS {
|
||||
enum mstat_status {
|
||||
MSTAT_ALLOC_SUCCESS = 0,
|
||||
MSTAT_ALLOC_FAIL,
|
||||
MSTAT_FREE
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user