* [PATCH] PM: Fix typo in pm_runtime_set_active() helper comment
@ 2020-10-20 15:00 Bean Huo
2020-10-20 17:47 ` Rafael J. Wysocki
0 siblings, 1 reply; 2+ messages in thread
From: Bean Huo @ 2020-10-20 15:00 UTC (permalink / raw)
To: rjw; +Cc: linux-pm, linux-kernel, Bean Huo
From: Bean Huo <beanhuo@micron.com>
This patch is to fix typo in the comment of helper pm_runtime_set_active().
Signed-off-by: Bean Huo <beanhuo@micron.com>
---
include/linux/pm_runtime.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/linux/pm_runtime.h b/include/linux/pm_runtime.h
index 6245caa18034..18b02dcc168e 100644
--- a/include/linux/pm_runtime.h
+++ b/include/linux/pm_runtime.h
@@ -479,7 +479,7 @@ static inline int pm_runtime_set_active(struct device *dev)
}
/**
- * pm_runtime_set_suspended - Set runtime PM status to "active".
+ * pm_runtime_set_suspended - Set runtime PM status to "suspended".
* @dev: Target device.
*
* Set the runtime PM status of @dev to %RPM_SUSPENDED and ensure that
--
2.17.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] PM: Fix typo in pm_runtime_set_active() helper comment
2020-10-20 15:00 [PATCH] PM: Fix typo in pm_runtime_set_active() helper comment Bean Huo
@ 2020-10-20 17:47 ` Rafael J. Wysocki
0 siblings, 0 replies; 2+ messages in thread
From: Rafael J. Wysocki @ 2020-10-20 17:47 UTC (permalink / raw)
To: Bean Huo; +Cc: Rafael J. Wysocki, Linux PM, Linux Kernel Mailing List, Bean Huo
On Tue, Oct 20, 2020 at 5:00 PM Bean Huo <huobean@gmail.com> wrote:
>
> From: Bean Huo <beanhuo@micron.com>
>
> This patch is to fix typo in the comment of helper pm_runtime_set_active().
>
> Signed-off-by: Bean Huo <beanhuo@micron.com>
> ---
> include/linux/pm_runtime.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/linux/pm_runtime.h b/include/linux/pm_runtime.h
> index 6245caa18034..18b02dcc168e 100644
> --- a/include/linux/pm_runtime.h
> +++ b/include/linux/pm_runtime.h
> @@ -479,7 +479,7 @@ static inline int pm_runtime_set_active(struct device *dev)
> }
>
> /**
> - * pm_runtime_set_suspended - Set runtime PM status to "active".
> + * pm_runtime_set_suspended - Set runtime PM status to "suspended".
> * @dev: Target device.
> *
> * Set the runtime PM status of @dev to %RPM_SUSPENDED and ensure that
> --
Applied as 5.10-rc material with edited subject, thanks!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-10-20 17:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-20 15:00 [PATCH] PM: Fix typo in pm_runtime_set_active() helper comment Bean Huo
2020-10-20 17:47 ` Rafael J. Wysocki
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox