From patchwork Fri Feb 25 07:14:04 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nishanth Menon X-Patchwork-Id: 589421 Received: from smtp1.linux-foundation.org (smtp1.linux-foundation.org [140.211.169.13]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id p1P7GLT4025956 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Fri, 25 Feb 2011 07:16:41 GMT Received: from daredevil.linux-foundation.org (localhost [127.0.0.1]) by smtp1.linux-foundation.org (8.14.2/8.13.5/Debian-3ubuntu1.1) with ESMTP id p1P7EPhq028221; Thu, 24 Feb 2011 23:14:26 -0800 Received: from na3sys009aog103.obsmtp.com (na3sys009aog103.obsmtp.com [74.125.149.71]) by smtp1.linux-foundation.org (8.14.2/8.13.5/Debian-3ubuntu1.1) with SMTP id p1P7EL1E028204 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 24 Feb 2011 23:14:23 -0800 Received: from source ([209.85.160.172]) (using TLSv1) by na3sys009aob103.postini.com ([74.125.148.12]) with SMTP ID DSNKTWdWzfBk610UkTdULEytog29ukKLzCYT@postini.com; Thu, 24 Feb 2011 23:14:23 PST Received: by mail-gy0-f172.google.com with SMTP id 15so886431gyc.17 for ; Thu, 24 Feb 2011 23:14:20 -0800 (PST) Received: by 10.151.14.12 with SMTP id r12mr3069758ybi.295.1298618059616; Thu, 24 Feb 2011 23:14:19 -0800 (PST) Received: from localhost (dragon.ti.com [192.94.94.33]) by mx.google.com with ESMTPS id l10sm238201yha.39.2011.02.24.23.14.15 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 24 Feb 2011 23:14:18 -0800 (PST) From: Nishanth Menon To: linux-pm Date: Fri, 25 Feb 2011 12:44:04 +0530 Message-Id: <1298618044-8292-1-git-send-email-nm@ti.com> X-Mailer: git-send-email 1.7.1 Received-SPF: pass (localhost is always allowed.) X-Spam-Status: No, hits=-105.753 required=5 tests=AWL, BAYES_00, OSDL_HEADER_SPF_PASS, OSDL_HEADER_SUBJECT_BRACKETED, PATCH_SUBJECT_OSDL, USER_IN_WHITELIST X-Spam-Checker-Version: SpamAssassin 3.2.4-osdl_revision__1.47__ X-MIMEDefang-Filter: lf$Revision: 1.188 $ X-Scanned-By: MIMEDefang 2.63 on 140.211.169.21 Cc: Nishanth Menon , linux-omap , linux-arm Subject: [linux-pm] [PATCH] PM: OPP: opp_find_freq_exact documentation fix X-BeenThere: linux-pm@lists.linux-foundation.org X-Mailman-Version: 2.1.9 Precedence: list List-Id: Linux power management List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: linux-pm-bounces@lists.linux-foundation.org Errors-To: linux-pm-bounces@lists.linux-foundation.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Fri, 25 Feb 2011 07:16:41 +0000 (UTC) diff --git a/drivers/base/power/opp.c b/drivers/base/power/opp.c index 2bb9b4c..56a6899 100644 --- a/drivers/base/power/opp.c +++ b/drivers/base/power/opp.c @@ -222,7 +222,7 @@ int opp_get_opp_count(struct device *dev) * opp_find_freq_exact() - search for an exact frequency * @dev: device for which we do this operation * @freq: frequency to search for - * @is_available: true/false - match for available opp + * @available: true/false - match for available opp * * Searches for exact match in the opp list and returns pointer to the matching * opp if found, else returns ERR_PTR in case of error and should be handled