Re: [PATCH 31/41] Documentation: power: fix spelling mistake

From: Viresh Kumar
Date: Mon Apr 25 2016 - 02:47:14 EST


On 25-04-16, 07:36, Eric Engestrom wrote:
> Signed-off-by: Eric Engestrom <eric@xxxxxxxxxxxx>
> ---
> 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@xxxxxxxxxx>

--
viresh