[<prev] [next>] [day] [month] [year] [list]
Message-Id: <9bf59d1cbdb62effdff0b742f6bed3e8f3e223bf.1654250311.git.viresh.kumar@linaro.org>
Date: Fri, 3 Jun 2022 15:28:37 +0530
From: Viresh Kumar <viresh.kumar@...aro.org>
To: Viresh Kumar <vireshk@...nel.org>, Nishanth Menon <nm@...com>,
Stephen Boyd <sboyd@...nel.org>
Cc: Viresh Kumar <viresh.kumar@...aro.org>, linux-pm@...r.kernel.org,
Vincent Guittot <vincent.guittot@...aro.org>,
"Rafael J. Wysocki" <rafael@...nel.org>,
linux-kernel@...r.kernel.org
Subject: [PATCH] OPP: Fix typo in comment
Replace rate with state.
Signed-off-by: Viresh Kumar <viresh.kumar@...aro.org>
---
drivers/opp/core.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/opp/core.c b/drivers/opp/core.c
index efacd64fb198..38a295521ff7 100644
--- a/drivers/opp/core.c
+++ b/drivers/opp/core.c
@@ -854,7 +854,7 @@ static int _set_required_opp(struct device *dev, struct device *pd_dev,
ret = dev_pm_genpd_set_performance_state(pd_dev, pstate);
if (ret) {
- dev_err(dev, "Failed to set performance rate of %s: %d (%d)\n",
+ dev_err(dev, "Failed to set performance state of %s: %d (%d)\n",
dev_name(pd_dev), pstate, ret);
}
--
2.31.1.272.g89b43f80a514
Powered by blists - more mailing lists