qcacld-3.0: Rename enum pmo_wow_action_wakeup_opertion
Rename enum pmo_wow_action_wakeup_opertion to correct the misspelling of "operation" in the name. Note that no code actually references the enum by name, so no other code is affected by this change. Change-Id: I77a113bed3e74b151945ad228471e1a5d09b9d76 CRs-Fixed: 3427584
This commit is contained in:
committed by
Madan Koyyalamudi
parent
21b4a881d4
commit
4af8794bc3
@@ -188,13 +188,13 @@ struct pmo_action_wakeup_set_params {
|
|||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* enum pmo_wow_action_wakeup_opertion: describe action wakeup operation
|
* enum pmo_wow_action_wakeup_operation - describe action wakeup operation
|
||||||
* @pmo_action_wakeup_reset: reset
|
* @pmo_action_wakeup_reset: reset
|
||||||
* @pmo_action_wakeup_set: set
|
* @pmo_action_wakeup_set: set
|
||||||
* @pmo_action_wakeup_add_set: add and set
|
* @pmo_action_wakeup_add_set: add and set
|
||||||
* @pmo_action_wakeup_del_set: delete and set
|
* @pmo_action_wakeup_del_set: delete and set
|
||||||
*/
|
*/
|
||||||
enum pmo_wow_action_wakeup_opertion {
|
enum pmo_wow_action_wakeup_operation {
|
||||||
pmo_action_wakeup_reset = 0,
|
pmo_action_wakeup_reset = 0,
|
||||||
pmo_action_wakeup_set,
|
pmo_action_wakeup_set,
|
||||||
pmo_action_wakeup_add_set,
|
pmo_action_wakeup_add_set,
|
||||||
|
|||||||
Reference in New Issue
Block a user