Skip to content

Commit

Permalink
mei: fix comments
Browse files Browse the repository at this point in the history
Signed-off-by: Geert Uytterhoeven <[email protected]>
Acked-by: "Winkler, Tomas" <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
  • Loading branch information
geertu authored and Jiri Kosina committed Sep 26, 2014
1 parent f54619f commit 7efceb5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions drivers/misc/mei/pci-me.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand All @@ -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
*/
Expand Down
4 changes: 2 additions & 2 deletions drivers/misc/mei/pci-txe.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand All @@ -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
*/
Expand Down

0 comments on commit 7efceb5

Please sign in to comment.