On 25-04-16, 07:36, Eric Engestrom wrote:
> Signed-off-by: Eric Engestrom <e...@engestrom.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.ku...@linaro.org>

-- 
viresh

Reply via email to