diff options
author | Bhaskar Chowdhury <unixbhaskar@gmail.com> | 2021-01-20 17:33:12 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-01-27 16:35:14 +0300 |
commit | 6091b08eda85a4da6d548d6de4b650bffae0d61c (patch) | |
tree | 0be7d3920111cb01834d6b67c987f99a7cc53394 /drivers/base/power | |
parent | 4044b2fcfb2048a256529ecbd869b43713982006 (diff) | |
download | linux-6091b08eda85a4da6d548d6de4b650bffae0d61c.tar.xz |
drivers: base: power: Fix resposible -> responsible in runtime.c
s/resposible/responsible/
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Link: https://lore.kernel.org/r/20210120143312.3229181-1-unixbhaskar@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/base/power')
-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) |