[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20160425064651.GB32183@vireshk-i7>
Date: Mon, 25 Apr 2016 12:16:51 +0530
From: Viresh Kumar <viresh.kumar@...aro.org>
To: Eric Engestrom <eric@...estrom.ch>
Cc: linux-kernel@...r.kernel.org, Viresh Kumar <vireshk@...nel.org>,
Nishanth Menon <nm@...com>,
Stephen Boyd <sboyd@...eaurora.org>,
"Rafael J. Wysocki" <rjw@...ysocki.net>,
Len Brown <len.brown@...el.com>, Pavel Machek <pavel@....cz>,
linux-pm@...r.kernel.org
Subject: Re: [PATCH 31/41] Documentation: power: fix spelling mistake
On 25-04-16, 07:36, Eric Engestrom wrote:
> Signed-off-by: Eric Engestrom <eric@...estrom.ch>
> ---
> Documentation/power/opp.txt | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/power/opp.txt b/Documentation/power/opp.txt
> index c6279c2..1721a86 100644
> --- a/Documentation/power/opp.txt
> +++ b/Documentation/power/opp.txt
> @@ -146,7 +146,7 @@ dev_pm_opp_find_freq_exact - Search for an OPP based on an *exact* frequency and
> rcu_read_lock();
> opp = dev_pm_opp_find_freq_exact(dev, 1000000000, false);
> rcu_read_unlock();
> - /* dont operate on the pointer.. just do a sanity check.. */
> + /* don't operate on the pointer.. just do a sanity check.. */
> if (IS_ERR(opp)) {
> pr_err("frequency not disabled!\n");
> /* trigger appropriate actions.. */
Acked-by: Viresh Kumar <viresh.kumar@...aro.org>
--
viresh
Powered by blists - more mailing lists