Message ID | 20210120143312.3229181-1-unixbhaskar@gmail.com |
---|---|
State | Accepted |
Commit | 10aa694ea0d0adfbd97400fb39ea237a273c335f |
Headers | show |
Series | drivers: base: power: Fix resposible -> responsible in runtime.c | expand |
On 1/20/21 6:33 AM, Bhaskar Chowdhury wrote: > s/resposible/responsible/ > > Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> thanks. > --- > drivers/base/power/runtime.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > 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) > -- > 2.30.0 >
On Wed 2021-01-20 20:03:12, Bhaskar Chowdhury wrote: > s/resposible/responsible/ > > Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com> Acked-by: Pavel Machek <pavel@ucw.cz> -- http://www.livejournal.com/~pavelmachek
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)
s/resposible/responsible/ Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com> --- drivers/base/power/runtime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.30.0