Skip to content

Commit

Permalink
doc: fix leve -> level typo in pm-runtime doc
Browse files Browse the repository at this point in the history
Signed-off-by: Thadeu Lima de Souza Cascardo <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
  • Loading branch information
Thadeu Lima de Souza Cascardo authored and Jiri Kosina committed Feb 5, 2010
1 parent af66585 commit de8164f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/power/runtime_pm.txt
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ drivers/base/power/runtime.c and include/linux/pm_runtime.h:
to suspend the device again in future

int pm_runtime_resume(struct device *dev);
- execute the subsystem-leve resume callback for the device; returns 0 on
- execute the subsystem-level resume callback for the device; returns 0 on
success, 1 if the device's run-time PM status was already 'active' or
error code on failure, where -EAGAIN means it may be safe to attempt to
resume the device again in future, but 'power.runtime_error' should be
Expand Down

0 comments on commit de8164f

Please sign in to comment.