From patchwork Tue Feb 16 08:47:52 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Viresh Kumar X-Patchwork-Id: 61997 Delivered-To: patch@linaro.org Received: by 10.112.43.199 with SMTP id y7csp1532953lbl; Tue, 16 Feb 2016 00:48:15 -0800 (PST) X-Received: by 10.66.150.133 with SMTP id ui5mr26119662pab.85.1455612495848; Tue, 16 Feb 2016 00:48:15 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id by6si49717688pad.69.2016.02.16.00.48.15; Tue, 16 Feb 2016 00:48:15 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-pm-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-pm-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-pm-owner@vger.kernel.org; dkim=neutral (body hash did not verify) header.i=@linaro.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754464AbcBPIsO (ORCPT + 11 others); Tue, 16 Feb 2016 03:48:14 -0500 Received: from mail-pf0-f180.google.com ([209.85.192.180]:35317 "EHLO mail-pf0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754441AbcBPIsN (ORCPT ); Tue, 16 Feb 2016 03:48:13 -0500 Received: by mail-pf0-f180.google.com with SMTP id c10so103613607pfc.2 for ; Tue, 16 Feb 2016 00:48:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=ybGwpjejfYki//mc5jjMFYEGjcwcf4I0hAr/Mi/JxG4=; b=G/w5y1UlsATgF6xyuNPhQcYfBeJDd9NcN70TF4frYWbonQU4wziuZOu819jPwsFfpG OckrZIob9D+LEmO8+82DIq1MUh2ojXl6JQrJNpkGn+fObj9PkPnMkfMwQnxKjoUtfSNs gPQnk+RIdi9tYIPQYaFFTA9St5hKbE7L1ARJw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=ybGwpjejfYki//mc5jjMFYEGjcwcf4I0hAr/Mi/JxG4=; b=LE7fSWdwJ2+it6qZw4+A7iXhSUEM1TyLXiOq3dUREzTxA01pkuFIMNKYQI/VBTiVR5 DgdGDtV9qp3JhfN0IDPQisevt9ksZh5qU5vt61QvOaEXajch9PnXtZXh+StydnDr4JGV kol+oAXUqBTJh+nMmdT+FOlP+g4sXSiksnXloFaAYPsZ4IQnXzkhzW24Pvug60e5F3vT OhN8zmdWZ6mxkkJjYeHpjeBMUqDiGOxUcMU4AClIyJjZJbgJx5PZseeuzPb9kYPmZEqz NubkpO63mmPKCx9EYnijsKD08unyI53oA6R4JnRsEuZsXhlC5ZmbGbRC0JYzX++8K7Ru qVgg== X-Gm-Message-State: AG10YOTu9hJRvvRRrVEoG9l0Z3ka9RUNFfFXF/YLBiXWQ73qv8U4i0h1g52TsmN8OMpcdZPq X-Received: by 10.98.76.19 with SMTP id z19mr29172973pfa.78.1455612493052; Tue, 16 Feb 2016 00:48:13 -0800 (PST) Received: from localhost ([122.172.89.184]) by smtp.gmail.com with ESMTPSA id x88sm43860911pfi.66.2016.02.16.00.48.11 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 16 Feb 2016 00:48:12 -0800 (PST) From: Viresh Kumar To: Rafael Wysocki , Viresh Kumar , Nishanth Menon , Stephen Boyd Cc: linaro-kernel@lists.linaro.org, linux-pm@vger.kernel.org, Viresh Kumar , linux-kernel@vger.kernel.org Subject: [PATCH 1/2] PM / OPP: Fix incorrect comments Date: Tue, 16 Feb 2016 14:17:52 +0530 Message-Id: X-Mailer: git-send-email 2.7.1.410.g6faf27b Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org Some comments were just copy/pasted from other sections and don't match to the routines they were added for. Fix them. Signed-off-by: Viresh Kumar --- drivers/base/power/opp/core.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -- 2.7.1.410.g6faf27b -- To unsubscribe from this list: send the line "unsubscribe linux-pm" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/drivers/base/power/opp/core.c b/drivers/base/power/opp/core.c index 5fb2f061129e..bdae09c1d8eb 100644 --- a/drivers/base/power/opp/core.c +++ b/drivers/base/power/opp/core.c @@ -1254,7 +1254,7 @@ EXPORT_SYMBOL_GPL(dev_pm_opp_set_supported_hw); /** * dev_pm_opp_put_supported_hw() - Releases resources blocked for supported hw - * @dev: Device for which supported-hw has to be set. + * @dev: Device for which supported-hw has to be put. * * This is required only for the V2 bindings, and is called for a matching * dev_pm_opp_set_supported_hw(). Until this is called, the device_opp structure @@ -1303,7 +1303,7 @@ EXPORT_SYMBOL_GPL(dev_pm_opp_put_supported_hw); /** * dev_pm_opp_set_prop_name() - Set prop-extn name - * @dev: Device for which the regulator has to be set. + * @dev: Device for which the prop-name has to be set. * @name: name to postfix to properties. * * This is required only for the V2 bindings, and it enables a platform to @@ -1362,7 +1362,7 @@ EXPORT_SYMBOL_GPL(dev_pm_opp_set_prop_name); /** * dev_pm_opp_put_prop_name() - Releases resources blocked for prop-name - * @dev: Device for which the regulator has to be set. + * @dev: Device for which the prop-name has to be put. * * This is required only for the V2 bindings, and is called for a matching * dev_pm_opp_set_prop_name(). Until this is called, the device_opp structure