diff options
author | Bhaskar Chowdhury <[email protected]> | 2021-01-20 20:03:12 +0530 |
---|---|---|
committer | Rafael J. Wysocki <[email protected]> | 2021-01-22 16:51:15 +0100 |
commit | 10aa694ea0d0adfbd97400fb39ea237a273c335f (patch) | |
tree | 2d1ee9c914ce6ee4783e33a99918a3c246a2855f | |
parent | 19c329f6808995b142b3966301f217c831e7cf31 (diff) |
PM: runtime: Fix resposible -> responsible in runtime.c
s/resposible/responsible/
Signed-off-by: Bhaskar Chowdhury <[email protected]>
Acked-by: Randy Dunlap <[email protected]>
[ rjw: Subject edit ]
Signed-off-by: Rafael J. Wysocki <[email protected]>
-rw-r--r-- | drivers/base/power/runtime.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/base/power/runtime.c b/drivers/base/power/runtime.c index bfda153b1a41..a46a7e30881b 100644 --- a/drivers/base/power/runtime.c +++ b/drivers/base/power/runtime.c @@ -1100,7 +1100,7 @@ EXPORT_SYMBOL_GPL(__pm_runtime_resume); * suspending the device when both its runtime PM status is %RPM_ACTIVE and its * runtime PM usage counter is not zero. * - * The caller is resposible for decrementing the runtime PM usage counter of + * The caller is responsible for decrementing the runtime PM usage counter of * @dev after this function has returned a positive value for it. */ int pm_runtime_get_if_active(struct device *dev, bool ign_usage_count) |