Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753536AbcDYGq5 (ORCPT ); Mon, 25 Apr 2016 02:46:57 -0400 Received: from mail-pf0-f181.google.com ([209.85.192.181]:33850 "EHLO mail-pf0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752050AbcDYGqz (ORCPT ); Mon, 25 Apr 2016 02:46:55 -0400 Date: Mon, 25 Apr 2016 12:16:51 +0530 From: Viresh Kumar To: Eric Engestrom Cc: linux-kernel@vger.kernel.org, Viresh Kumar , Nishanth Menon , Stephen Boyd , "Rafael J. Wysocki" , Len Brown , Pavel Machek , linux-pm@vger.kernel.org Subject: Re: [PATCH 31/41] Documentation: power: fix spelling mistake Message-ID: <20160425064651.GB32183@vireshk-i7> References: <1461543878-3639-1-git-send-email-eric@engestrom.ch> <1461566229-4717-1-git-send-email-eric@engestrom.ch> <1461566229-4717-5-git-send-email-eric@engestrom.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1461566229-4717-5-git-send-email-eric@engestrom.ch> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 881 Lines: 24 On 25-04-16, 07:36, Eric Engestrom wrote: > Signed-off-by: Eric Engestrom > --- > 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