* [PATCH] PM / OPP: Fix typo modifcation -> modification
@ 2015-09-24 19:28 Stephen Boyd
2015-09-24 20:58 ` Viresh Kumar
0 siblings, 1 reply; 3+ messages in thread
From: Stephen Boyd @ 2015-09-24 19:28 UTC (permalink / raw)
To: Rafael J. Wysocki; +Cc: linux-kernel, linux-pm, Viresh Kumar
Reported-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
---
drivers/base/power/opp/core.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/base/power/opp/core.c b/drivers/base/power/opp/core.c
index 8a72f0e586e8..62b918144b5b 100644
--- a/drivers/base/power/opp/core.c
+++ b/drivers/base/power/opp/core.c
@@ -961,7 +961,7 @@ EXPORT_SYMBOL_GPL(dev_pm_opp_add);
* share a common logic which is isolated here.
*
* Return: -EINVAL for bad pointers, -ENOMEM if no memory available for the
- * copy operation, returns 0 if no modifcation was done OR modification was
+ * copy operation, returns 0 if no modification was done OR modification was
* successful.
*
* Locking: The internal device_opp and opp structures are RCU protected.
@@ -1049,7 +1049,7 @@ unlock:
* mutex locking or synchronize_rcu() blocking calls cannot be used.
*
* Return: -EINVAL for bad pointers, -ENOMEM if no memory available for the
- * copy operation, returns 0 if no modifcation was done OR modification was
+ * copy operation, returns 0 if no modification was done OR modification was
* successful.
*/
int dev_pm_opp_enable(struct device *dev, unsigned long freq)
@@ -1075,7 +1075,7 @@ EXPORT_SYMBOL_GPL(dev_pm_opp_enable);
* mutex locking or synchronize_rcu() blocking calls cannot be used.
*
* Return: -EINVAL for bad pointers, -ENOMEM if no memory available for the
- * copy operation, returns 0 if no modifcation was done OR modification was
+ * copy operation, returns 0 if no modification was done OR modification was
* successful.
*/
int dev_pm_opp_disable(struct device *dev, unsigned long freq)
--
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] PM / OPP: Fix typo modifcation -> modification
2015-09-24 19:28 [PATCH] PM / OPP: Fix typo modifcation -> modification Stephen Boyd
@ 2015-09-24 20:58 ` Viresh Kumar
2015-09-25 21:39 ` Rafael J. Wysocki
0 siblings, 1 reply; 3+ messages in thread
From: Viresh Kumar @ 2015-09-24 20:58 UTC (permalink / raw)
To: Stephen Boyd
Cc: Rafael J. Wysocki, Linux Kernel Mailing List,
linux-pm@vger.kernel.org
On 24 September 2015 at 12:28, Stephen Boyd <sboyd@codeaurora.org> wrote:
> Reported-by: Viresh Kumar <viresh.kumar@linaro.org>
> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
> ---
> drivers/base/power/opp/core.c | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/drivers/base/power/opp/core.c b/drivers/base/power/opp/core.c
> index 8a72f0e586e8..62b918144b5b 100644
> --- a/drivers/base/power/opp/core.c
> +++ b/drivers/base/power/opp/core.c
> @@ -961,7 +961,7 @@ EXPORT_SYMBOL_GPL(dev_pm_opp_add);
> * share a common logic which is isolated here.
> *
> * Return: -EINVAL for bad pointers, -ENOMEM if no memory available for the
> - * copy operation, returns 0 if no modifcation was done OR modification was
> + * copy operation, returns 0 if no modification was done OR modification was
> * successful.
> *
> * Locking: The internal device_opp and opp structures are RCU protected.
> @@ -1049,7 +1049,7 @@ unlock:
> * mutex locking or synchronize_rcu() blocking calls cannot be used.
> *
> * Return: -EINVAL for bad pointers, -ENOMEM if no memory available for the
> - * copy operation, returns 0 if no modifcation was done OR modification was
> + * copy operation, returns 0 if no modification was done OR modification was
> * successful.
> */
> int dev_pm_opp_enable(struct device *dev, unsigned long freq)
> @@ -1075,7 +1075,7 @@ EXPORT_SYMBOL_GPL(dev_pm_opp_enable);
> * mutex locking or synchronize_rcu() blocking calls cannot be used.
> *
> * Return: -EINVAL for bad pointers, -ENOMEM if no memory available for the
> - * copy operation, returns 0 if no modifcation was done OR modification was
> + * copy operation, returns 0 if no modification was done OR modification was
> * successful.
> */
> int dev_pm_opp_disable(struct device *dev, unsigned long freq)
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] PM / OPP: Fix typo modifcation -> modification
2015-09-24 20:58 ` Viresh Kumar
@ 2015-09-25 21:39 ` Rafael J. Wysocki
0 siblings, 0 replies; 3+ messages in thread
From: Rafael J. Wysocki @ 2015-09-25 21:39 UTC (permalink / raw)
To: Viresh Kumar
Cc: Stephen Boyd, Linux Kernel Mailing List, linux-pm@vger.kernel.org
On Thursday, September 24, 2015 01:58:21 PM Viresh Kumar wrote:
> On 24 September 2015 at 12:28, Stephen Boyd <sboyd@codeaurora.org> wrote:
> > Reported-by: Viresh Kumar <viresh.kumar@linaro.org>
> > Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
> > ---
> > drivers/base/power/opp/core.c | 6 +++---
> > 1 file changed, 3 insertions(+), 3 deletions(-)
> >
> > diff --git a/drivers/base/power/opp/core.c b/drivers/base/power/opp/core.c
> > index 8a72f0e586e8..62b918144b5b 100644
> > --- a/drivers/base/power/opp/core.c
> > +++ b/drivers/base/power/opp/core.c
> > @@ -961,7 +961,7 @@ EXPORT_SYMBOL_GPL(dev_pm_opp_add);
> > * share a common logic which is isolated here.
> > *
> > * Return: -EINVAL for bad pointers, -ENOMEM if no memory available for the
> > - * copy operation, returns 0 if no modifcation was done OR modification was
> > + * copy operation, returns 0 if no modification was done OR modification was
> > * successful.
> > *
> > * Locking: The internal device_opp and opp structures are RCU protected.
> > @@ -1049,7 +1049,7 @@ unlock:
> > * mutex locking or synchronize_rcu() blocking calls cannot be used.
> > *
> > * Return: -EINVAL for bad pointers, -ENOMEM if no memory available for the
> > - * copy operation, returns 0 if no modifcation was done OR modification was
> > + * copy operation, returns 0 if no modification was done OR modification was
> > * successful.
> > */
> > int dev_pm_opp_enable(struct device *dev, unsigned long freq)
> > @@ -1075,7 +1075,7 @@ EXPORT_SYMBOL_GPL(dev_pm_opp_enable);
> > * mutex locking or synchronize_rcu() blocking calls cannot be used.
> > *
> > * Return: -EINVAL for bad pointers, -ENOMEM if no memory available for the
> > - * copy operation, returns 0 if no modifcation was done OR modification was
> > + * copy operation, returns 0 if no modification was done OR modification was
> > * successful.
> > */
> > int dev_pm_opp_disable(struct device *dev, unsigned long freq)
>
> Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Applied, thanks!
Rafael
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-09-25 21:11 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-24 19:28 [PATCH] PM / OPP: Fix typo modifcation -> modification Stephen Boyd
2015-09-24 20:58 ` Viresh Kumar
2015-09-25 21:39 ` Rafael J. Wysocki
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox