Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753847AbcDYGkj (ORCPT ); Mon, 25 Apr 2016 02:40:39 -0400 Received: from mail-wm0-f67.google.com ([74.125.82.67]:33944 "EHLO mail-wm0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753603AbcDYGhj (ORCPT ); Mon, 25 Apr 2016 02:37:39 -0400 From: Eric Engestrom To: linux-kernel@vger.kernel.org Cc: Eric Engestrom , Viresh Kumar , Nishanth Menon , Stephen Boyd , "Rafael J. Wysocki" , Len Brown , Pavel Machek , linux-pm@vger.kernel.org Subject: [PATCH 31/41] Documentation: power: fix spelling mistake Date: Mon, 25 Apr 2016 07:36:57 +0100 Message-Id: <1461566229-4717-5-git-send-email-eric@engestrom.ch> X-Mailer: git-send-email 2.8.0 In-Reply-To: <1461566229-4717-1-git-send-email-eric@engestrom.ch> References: <1461543878-3639-1-git-send-email-eric@engestrom.ch> <1461566229-4717-1-git-send-email-eric@engestrom.ch> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 751 Lines: 20 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.. */ -- 2.8.0