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: 589411 X-Patchwork-Delegate: khilman@deeprootsystems.com Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id p1P7ENGK024948 for ; Fri, 25 Feb 2011 07:14:24 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753510Ab1BYHOX (ORCPT ); Fri, 25 Feb 2011 02:14:23 -0500 Received: from na3sys009aog113.obsmtp.com ([74.125.149.209]:43230 "EHLO na3sys009aog113.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753462Ab1BYHOW (ORCPT ); Fri, 25 Feb 2011 02:14:22 -0500 Received: from source ([74.125.83.48]) (using TLSv1) by na3sys009aob113.postini.com ([74.125.148.12]) with SMTP ID DSNKTWdWzfBk610UkTdULEytog29ukKLzCYT@postini.com; Thu, 24 Feb 2011 23:14:22 PST Received: by mail-gw0-f48.google.com with SMTP id 20so717069gwj.21 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 Cc: linux-arm , "Rafael J. Wysocki" , linux-omap , Nishanth Menon Subject: [PATCH] PM: OPP: opp_find_freq_exact documentation fix 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 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.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:14:24 +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