linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] PM / wakeup: fix comment of pm_wakeup_dev_event()
@ 2019-01-23 16:22 Yangtao Li
  2019-01-24 12:26 ` Pavel Machek
  0 siblings, 1 reply; 3+ messages in thread
From: Yangtao Li @ 2019-01-23 16:22 UTC (permalink / raw)
  To: rjw, len.brown, pavel, gregkh; +Cc: linux-pm, linux-kernel, Yangtao Li

This brings the kernel doc in line with the function signature.

Signed-off-by: Yangtao Li <tiny.windzz@gmail.com>
---
 drivers/base/power/wakeup.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/base/power/wakeup.c b/drivers/base/power/wakeup.c
index 5fa1898755a3..f1fee72ed970 100644
--- a/drivers/base/power/wakeup.c
+++ b/drivers/base/power/wakeup.c
@@ -783,7 +783,7 @@ void pm_wakeup_ws_event(struct wakeup_source *ws, unsigned int msec, bool hard)
 EXPORT_SYMBOL_GPL(pm_wakeup_ws_event);
 
 /**
- * pm_wakeup_event - Notify the PM core of a wakeup event.
+ * pm_wakeup_dev_event - Notify the PM core of a wakeup event.
  * @dev: Device the wakeup event is related to.
  * @msec: Anticipated event processing time (in milliseconds).
  * @hard: If set, abort suspends in progress and wake up from suspend-to-idle.
-- 
2.17.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] PM / wakeup: fix comment of pm_wakeup_dev_event()
  2019-01-23 16:22 [PATCH] PM / wakeup: fix comment of pm_wakeup_dev_event() Yangtao Li
@ 2019-01-24 12:26 ` Pavel Machek
  2019-01-30 23:51   ` Rafael J. Wysocki
  0 siblings, 1 reply; 3+ messages in thread
From: Pavel Machek @ 2019-01-24 12:26 UTC (permalink / raw)
  To: Yangtao Li; +Cc: rjw, len.brown, gregkh, linux-pm, linux-kernel

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

On Wed 2019-01-23 11:22:01, Yangtao Li wrote:
> This brings the kernel doc in line with the function signature.
> 
> Signed-off-by: Yangtao Li <tiny.windzz@gmail.com>

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

> @@ -783,7 +783,7 @@ void pm_wakeup_ws_event(struct wakeup_source *ws, unsigned int msec, bool hard)
>  EXPORT_SYMBOL_GPL(pm_wakeup_ws_event);
>  
>  /**
> - * pm_wakeup_event - Notify the PM core of a wakeup event.
> + * pm_wakeup_dev_event - Notify the PM core of a wakeup event.
>   * @dev: Device the wakeup event is related to.
>   * @msec: Anticipated event processing time (in milliseconds).
>   * @hard: If set, abort suspends in progress and wake up from suspend-to-idle.

-- 
(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 --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] PM / wakeup: fix comment of pm_wakeup_dev_event()
  2019-01-24 12:26 ` Pavel Machek
@ 2019-01-30 23:51   ` Rafael J. Wysocki
  0 siblings, 0 replies; 3+ messages in thread
From: Rafael J. Wysocki @ 2019-01-30 23:51 UTC (permalink / raw)
  To: Pavel Machek, Yangtao Li; +Cc: len.brown, gregkh, linux-pm, linux-kernel

On Thursday, January 24, 2019 1:26:33 PM CET Pavel Machek wrote:
> 
> --tThc/1wpZn/ma/RB
> Content-Type: text/plain; charset=us-ascii
> Content-Disposition: inline
> Content-Transfer-Encoding: quoted-printable
> 
> On Wed 2019-01-23 11:22:01, Yangtao Li wrote:
> > This brings the kernel doc in line with the function signature.
> >=20
> > Signed-off-by: Yangtao Li <tiny.windzz@gmail.com>
> 
> Acked-by: Pavel Machek <pavel@ucw.cz>

Patch applied, thanks!


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-01-30 23:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-23 16:22 [PATCH] PM / wakeup: fix comment of pm_wakeup_dev_event() Yangtao Li
2019-01-24 12:26 ` Pavel Machek
2019-01-30 23:51   ` 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;
as well as URLs for NNTP newsgroup(s).