[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAJZ5v0i=R_TqENKJmBEHDpmGAAcg-++8mbBEOYXZwf2cRvvqag@mail.gmail.com>
Date: Tue, 20 Oct 2020 19:47:17 +0200
From: "Rafael J. Wysocki" <rafael@...nel.org>
To: Bean Huo <huobean@...il.com>
Cc: "Rafael J. Wysocki" <rjw@...ysocki.net>,
Linux PM <linux-pm@...r.kernel.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Bean Huo <beanhuo@...ron.com>
Subject: Re: [PATCH] PM: Fix typo in pm_runtime_set_active() helper comment
On Tue, Oct 20, 2020 at 5:00 PM Bean Huo <huobean@...il.com> wrote:
>
> From: Bean Huo <beanhuo@...ron.com>
>
> This patch is to fix typo in the comment of helper pm_runtime_set_active().
>
> Signed-off-by: Bean Huo <beanhuo@...ron.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!
Powered by blists - more mailing lists