Message ID | 1392883232-24738-1-git-send-email-prabhakar.csengg@gmail.com (mailing list archive) |
---|---|
State | Accepted, archived |
Headers | show |
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 --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