diff mbox

PM: fix typo

Message ID 1392883232-24738-1-git-send-email-prabhakar.csengg@gmail.com (mailing list archive)
State Accepted, archived
Headers show

Commit Message

Lad, Prabhakar Feb. 20, 2014, 8 a.m. UTC
From: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>

Signed-off-by: Lad, Prabhakar <prabhakar.csengg@gmail.com>
---
 include/linux/pm.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Pavel Machek Feb. 21, 2014, 2:50 p.m. UTC | #1
On Thu 2014-02-20 13:30:32, Prabhakar Lad wrote:
> From: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
> 
> Signed-off-by: Lad, Prabhakar <prabhakar.csengg@gmail.com>

Acked-by: Pavel Machek <pavel@ucw.cz>

...and as this is really trivial, you may want to send it to
trivial@kernel.org if it is not applied by Rafael.
								Pavel

> ---
>  include/linux/pm.h |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/linux/pm.h b/include/linux/pm.h
> index 8c6583a..b051ba9 100644
> --- a/include/linux/pm.h
> +++ b/include/linux/pm.h
> @@ -352,7 +352,7 @@ const struct dev_pm_ops name = { \
>  
>  /*
>   * Use this for defining a set of PM operations to be used in all situations
> - * (sustem suspend, hibernation or runtime PM).
> + * (system suspend, hibernation or runtime PM).
>   * NOTE: In general, system suspend callbacks, .suspend() and .resume(), should
>   * be different from the corresponding runtime PM callbacks, .runtime_suspend(),
>   * and .runtime_resume(), because .runtime_suspend() always works on an already
diff mbox

Patch

diff --git a/include/linux/pm.h b/include/linux/pm.h
index 8c6583a..b051ba9 100644
--- a/include/linux/pm.h
+++ b/include/linux/pm.h
@@ -352,7 +352,7 @@  const struct dev_pm_ops name = { \
 
 /*
  * Use this for defining a set of PM operations to be used in all situations
- * (sustem suspend, hibernation or runtime PM).
+ * (system suspend, hibernation or runtime PM).
  * NOTE: In general, system suspend callbacks, .suspend() and .resume(), should
  * be different from the corresponding runtime PM callbacks, .runtime_suspend(),
  * and .runtime_resume(), because .runtime_suspend() always works on an already