mirror of https://gitee.com/openkylin/linux.git
mei: fix comments
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Acked-by: "Winkler, Tomas" <tomas.winkler@intel.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
f54619f28f
commit
7efceb5595
|
@ -424,7 +424,7 @@ static int mei_me_pm_runtime_resume(struct device *device)
|
|||
}
|
||||
|
||||
/**
|
||||
* mei_me_set_pm_domain - fill and set pm domian stucture for device
|
||||
* mei_me_set_pm_domain - fill and set pm domain structure for device
|
||||
*
|
||||
* @dev: mei_device
|
||||
*/
|
||||
|
@ -444,7 +444,7 @@ static inline void mei_me_set_pm_domain(struct mei_device *dev)
|
|||
}
|
||||
|
||||
/**
|
||||
* mei_me_unset_pm_domain - clean pm domian stucture for device
|
||||
* mei_me_unset_pm_domain - clean pm domain structure for device
|
||||
*
|
||||
* @dev: mei_device
|
||||
*/
|
||||
|
|
|
@ -371,7 +371,7 @@ static int mei_txe_pm_runtime_resume(struct device *device)
|
|||
}
|
||||
|
||||
/**
|
||||
* mei_txe_set_pm_domain - fill and set pm domian stucture for device
|
||||
* mei_txe_set_pm_domain - fill and set pm domain structure for device
|
||||
*
|
||||
* @dev: mei_device
|
||||
*/
|
||||
|
@ -391,7 +391,7 @@ static inline void mei_txe_set_pm_domain(struct mei_device *dev)
|
|||
}
|
||||
|
||||
/**
|
||||
* mei_txe_unset_pm_domain - clean pm domian stucture for device
|
||||
* mei_txe_unset_pm_domain - clean pm domain structure for device
|
||||
*
|
||||
* @dev: mei_device
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue