All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pavel Machek <pavel@ucw.cz>
To: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Cc: rjw@rjwysocki.net, len.brown@intel.com, linux-pm@vger.kernel.org,
	linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org
Subject: Re: [PATCH] PM / runtime: Fix some typo
Date: Tue, 21 Feb 2017 21:26:32 +0000	[thread overview]
Message-ID: <20170221212632.GA27706@amd> (raw)
In-Reply-To: <20170221204153.4803-1-christophe.jaillet@wanadoo.fr>

[-- Attachment #1: Type: text/plain, Size: 2154 bytes --]

On Tue 2017-02-21 21:41:53, Christophe JAILLET wrote:
> Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>

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

> ---
>  Documentation/power/runtime_pm.txt | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/Documentation/power/runtime_pm.txt b/Documentation/power/runtime_pm.txt
> index 4870980e967e..64546eb9a16a 100644
> --- a/Documentation/power/runtime_pm.txt
> +++ b/Documentation/power/runtime_pm.txt
> @@ -100,7 +100,7 @@ knows what to do to handle the device).
>    * If the suspend callback returns an error code different from -EBUSY and
>      -EAGAIN, the PM core regards this as a fatal error and will refuse to run
>      the helper functions described in Section 4 for the device until its status
> -    is directly set to  either'active', or 'suspended' (the PM core provides
> +    is directly set to  either 'active', or 'suspended' (the PM core provides
>      special helper functions for this purpose).
>  
>  In particular, if the driver requires remote wakeup capability (i.e. hardware
> @@ -217,7 +217,7 @@ defined in include/linux/pm.h:
>        one to complete
>  
>    spinlock_t lock;
> -    - lock used for synchronisation
> +    - lock used for synchronization
>  
>    atomic_t usage_count;
>      - the usage counter of the device
> @@ -565,7 +565,7 @@ appropriate to ensure that the device is not put back to sleep during the
>  probe. This can happen with systems such as the network device layer.
>  
>  It may be desirable to suspend the device once ->probe() has finished.
> -Therefore the driver core uses the asyncronous pm_request_idle() to submit a
> +Therefore the driver core uses the asynchronous pm_request_idle() to submit a
>  request to execute the subsystem-level idle callback for the device at that
>  time.  A driver that makes use of the runtime autosuspend feature, may want to
>  update the last busy mark before returning from ->probe().

-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: Pavel Machek <pavel@ucw.cz>
To: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Cc: rjw@rjwysocki.net, len.brown@intel.com, linux-pm@vger.kernel.org,
	linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org
Subject: Re: [PATCH] PM / runtime: Fix some typo
Date: Tue, 21 Feb 2017 22:26:32 +0100	[thread overview]
Message-ID: <20170221212632.GA27706@amd> (raw)
In-Reply-To: <20170221204153.4803-1-christophe.jaillet@wanadoo.fr>

[-- Attachment #1: Type: text/plain, Size: 2154 bytes --]

On Tue 2017-02-21 21:41:53, Christophe JAILLET wrote:
> Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>

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

> ---
>  Documentation/power/runtime_pm.txt | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/Documentation/power/runtime_pm.txt b/Documentation/power/runtime_pm.txt
> index 4870980e967e..64546eb9a16a 100644
> --- a/Documentation/power/runtime_pm.txt
> +++ b/Documentation/power/runtime_pm.txt
> @@ -100,7 +100,7 @@ knows what to do to handle the device).
>    * If the suspend callback returns an error code different from -EBUSY and
>      -EAGAIN, the PM core regards this as a fatal error and will refuse to run
>      the helper functions described in Section 4 for the device until its status
> -    is directly set to  either'active', or 'suspended' (the PM core provides
> +    is directly set to  either 'active', or 'suspended' (the PM core provides
>      special helper functions for this purpose).
>  
>  In particular, if the driver requires remote wakeup capability (i.e. hardware
> @@ -217,7 +217,7 @@ defined in include/linux/pm.h:
>        one to complete
>  
>    spinlock_t lock;
> -    - lock used for synchronisation
> +    - lock used for synchronization
>  
>    atomic_t usage_count;
>      - the usage counter of the device
> @@ -565,7 +565,7 @@ appropriate to ensure that the device is not put back to sleep during the
>  probe. This can happen with systems such as the network device layer.
>  
>  It may be desirable to suspend the device once ->probe() has finished.
> -Therefore the driver core uses the asyncronous pm_request_idle() to submit a
> +Therefore the driver core uses the asynchronous pm_request_idle() to submit a
>  request to execute the subsystem-level idle callback for the device at that
>  time.  A driver that makes use of the runtime autosuspend feature, may want to
>  update the last busy mark before returning from ->probe().

-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

  reply	other threads:[~2017-02-21 21:26 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-21 20:41 [PATCH] PM / runtime: Fix some typo Christophe JAILLET
2017-02-21 20:41 ` Christophe JAILLET
2017-02-21 21:26 ` Pavel Machek [this message]
2017-02-21 21:26   ` Pavel Machek

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170221212632.GA27706@amd \
    --to=pavel@ucw.cz \
    --cc=christophe.jaillet@wanadoo.fr \
    --cc=kernel-janitors@vger.kernel.org \
    --cc=len.brown@intel.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=rjw@rjwysocki.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.