linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] PM / core: fix kerneldoc comment for dpm_watchdog_handler()
@ 2019-03-16  3:37 Yangtao Li
  2019-03-18 12:16 ` Pavel Machek
  0 siblings, 1 reply; 3+ messages in thread
From: Yangtao Li @ 2019-03-16  3:37 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/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/base/power/main.c b/drivers/base/power/main.c
index f80d298de3fa..0cff68bd7b4b 100644
--- a/drivers/base/power/main.c
+++ b/drivers/base/power/main.c
@@ -478,7 +478,7 @@ struct dpm_watchdog {
 
 /**
  * dpm_watchdog_handler - Driver suspend / resume watchdog handler.
- * @data: Watchdog object address.
+ * @t: The timer that pm watchdog depends on.
  *
  * Called when a driver has timed out suspending or resuming.
  * There's not much we can do here to recover so panic() to
-- 
2.17.0


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

* Re: [PATCH] PM / core: fix kerneldoc comment for dpm_watchdog_handler()
  2019-03-16  3:37 [PATCH] PM / core: fix kerneldoc comment for dpm_watchdog_handler() Yangtao Li
@ 2019-03-18 12:16 ` Pavel Machek
  2019-04-10  8:14   ` Rafael J. Wysocki
  0 siblings, 1 reply; 3+ messages in thread
From: Pavel Machek @ 2019-03-18 12:16 UTC (permalink / raw)
  To: Yangtao Li; +Cc: rjw, len.brown, gregkh, linux-pm, linux-kernel

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

On Fri 2019-03-15 23:37:51, 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>

> ---
>  drivers/base/power/main.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/base/power/main.c b/drivers/base/power/main.c
> index f80d298de3fa..0cff68bd7b4b 100644
> --- a/drivers/base/power/main.c
> +++ b/drivers/base/power/main.c
> @@ -478,7 +478,7 @@ struct dpm_watchdog {
>  
>  /**
>   * dpm_watchdog_handler - Driver suspend / resume watchdog handler.
> - * @data: Watchdog object address.
> + * @t: The timer that pm watchdog depends on.
>   *
>   * Called when a driver has timed out suspending or resuming.
>   * There's not much we can do here to recover so panic() to

-- 
(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 / core: fix kerneldoc comment for dpm_watchdog_handler()
  2019-03-18 12:16 ` Pavel Machek
@ 2019-04-10  8:14   ` Rafael J. Wysocki
  0 siblings, 0 replies; 3+ messages in thread
From: Rafael J. Wysocki @ 2019-04-10  8:14 UTC (permalink / raw)
  To: Pavel Machek, Yangtao Li; +Cc: len.brown, gregkh, linux-pm, linux-kernel

On Monday, March 18, 2019 1:16:54 PM CEST Pavel Machek wrote:
> 
> --w3uUfsyyY1Pqa/ej
> Content-Type: text/plain; charset=us-ascii
> Content-Disposition: inline
> Content-Transfer-Encoding: quoted-printable
> 
> On Fri 2019-03-15 23:37:51, 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-04-10  8:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-16  3:37 [PATCH] PM / core: fix kerneldoc comment for dpm_watchdog_handler() Yangtao Li
2019-03-18 12:16 ` Pavel Machek
2019-04-10  8:14   ` 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).