mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-13 14:09:38 -04:00
staging: rtl8192e: Convert typedef InitialGainOpType to enum init_gain_op_type
Remove typedef from enum. Rename enum. Rename uses. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
@@ -615,11 +615,11 @@ enum ba_action {
|
||||
ACT_DELBA = 2,
|
||||
};
|
||||
|
||||
typedef enum _InitialGainOpType{
|
||||
enum init_gain_op_type {
|
||||
IG_Backup=0,
|
||||
IG_Restore,
|
||||
IG_Max
|
||||
} InitialGainOpType;
|
||||
};
|
||||
|
||||
typedef enum _LED_CTL_MODE{
|
||||
LED_CTL_POWER_ON = 1,
|
||||
|
||||
Reference in New Issue
Block a user