All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] watch_queue: rectify kernel-doc for init_watch()
@ 2021-02-19 10:46 David Howells
  2021-02-19 17:47 ` Jarkko Sakkinen
  0 siblings, 1 reply; 4+ messages in thread
From: David Howells @ 2021-02-19 10:46 UTC (permalink / raw)
  To: jarkko
  Cc: Lukas Bulwahn, keyrings, linux-kernel, corbet, mchehab+huawei,
	linux-doc, kernel-janitors

From: Lukas Bulwahn <lukas.bulwahn@gmail.com>

The command './scripts/kernel-doc -none kernel/watch_queue.c'
reported a mismatch in the kernel-doc of init_watch().

Rectify the kernel-doc, such that no issues remain for watch_queue.c.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Signed-off-by: David Howells <dhowells@redhat.com>
Link: https://lore.kernel.org/lkml/20210125161409.8478-1-lukas.bulwahn@gmail.com
---

 kernel/watch_queue.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/watch_queue.c b/kernel/watch_queue.c
index 0ef8f65bd2d7..9c9eb20dd2c5 100644
--- a/kernel/watch_queue.c
+++ b/kernel/watch_queue.c
@@ -413,7 +413,7 @@ static void put_watch(struct watch *watch)
 }
 
 /**
- * init_watch_queue - Initialise a watch
+ * init_watch - Initialise a watch
  * @watch: The watch to initialise.
  * @wqueue: The queue to assign.
  *



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

* Re: [PATCH] watch_queue: rectify kernel-doc for init_watch()
  2021-02-19 10:46 [PATCH] watch_queue: rectify kernel-doc for init_watch() David Howells
@ 2021-02-19 17:47 ` Jarkko Sakkinen
  0 siblings, 0 replies; 4+ messages in thread
From: Jarkko Sakkinen @ 2021-02-19 17:47 UTC (permalink / raw)
  To: David Howells
  Cc: Lukas Bulwahn, keyrings, linux-kernel, corbet, mchehab+huawei,
	linux-doc, kernel-janitors

On Fri, Feb 19, 2021 at 10:46:53AM +0000, David Howells wrote:
> From: Lukas Bulwahn <lukas.bulwahn@gmail.com>
> 
> The command './scripts/kernel-doc -none kernel/watch_queue.c'
> reported a mismatch in the kernel-doc of init_watch().
> 
> Rectify the kernel-doc, such that no issues remain for watch_queue.c.
> 
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
> Signed-off-by: David Howells <dhowells@redhat.com>
> Link: https://lore.kernel.org/lkml/20210125161409.8478-1-lukas.bulwahn@gmail.com
> ---
> 
>  kernel/watch_queue.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/kernel/watch_queue.c b/kernel/watch_queue.c
> index 0ef8f65bd2d7..9c9eb20dd2c5 100644
> --- a/kernel/watch_queue.c
> +++ b/kernel/watch_queue.c
> @@ -413,7 +413,7 @@ static void put_watch(struct watch *watch)
>  }
>  
>  /**
> - * init_watch_queue - Initialise a watch
> + * init_watch - Initialise a watch
>   * @watch: The watch to initialise.
>   * @wqueue: The queue to assign.
>   *
> 
> 
> 

Reviewed-by: Jarkko Sakkinen <jarkko@kernel.org>

/Jarkko

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

* [PATCH] watch_queue: rectify kernel-doc for init_watch()
@ 2021-01-25 16:14 ` Lukas Bulwahn
  0 siblings, 0 replies; 4+ messages in thread
From: Lukas Bulwahn @ 2021-01-25 16:14 UTC (permalink / raw)
  To: David Howells, linux-kernel
  Cc: Jonathan Corbet, Mauro Carvalho Chehab, linux-doc,
	kernel-janitors, Lukas Bulwahn

The command './scripts/kernel-doc -none kernel/watch_queue.c'
reported a mismatch in the kernel-doc of init_watch().

Rectify the kernel-doc, such that no issues remain for watch_queue.c.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
applies cleanly on v5.11-rc5 and next-20210122

David, please pick this minor kernel-doc fixup.

 kernel/watch_queue.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/watch_queue.c b/kernel/watch_queue.c
index 0ef8f65bd2d7..9c9eb20dd2c5 100644
--- a/kernel/watch_queue.c
+++ b/kernel/watch_queue.c
@@ -413,7 +413,7 @@ static void put_watch(struct watch *watch)
 }
 
 /**
- * init_watch_queue - Initialise a watch
+ * init_watch - Initialise a watch
  * @watch: The watch to initialise.
  * @wqueue: The queue to assign.
  *
-- 
2.17.1


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

* [PATCH] watch_queue: rectify kernel-doc for init_watch()
@ 2021-01-25 16:14 ` Lukas Bulwahn
  0 siblings, 0 replies; 4+ messages in thread
From: Lukas Bulwahn @ 2021-01-25 16:14 UTC (permalink / raw)
  To: David Howells, linux-kernel
  Cc: Jonathan Corbet, Mauro Carvalho Chehab, linux-doc,
	kernel-janitors, Lukas Bulwahn

The command './scripts/kernel-doc -none kernel/watch_queue.c'
reported a mismatch in the kernel-doc of init_watch().

Rectify the kernel-doc, such that no issues remain for watch_queue.c.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
applies cleanly on v5.11-rc5 and next-20210122

David, please pick this minor kernel-doc fixup.

 kernel/watch_queue.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/watch_queue.c b/kernel/watch_queue.c
index 0ef8f65bd2d7..9c9eb20dd2c5 100644
--- a/kernel/watch_queue.c
+++ b/kernel/watch_queue.c
@@ -413,7 +413,7 @@ static void put_watch(struct watch *watch)
 }
 
 /**
- * init_watch_queue - Initialise a watch
+ * init_watch - Initialise a watch
  * @watch: The watch to initialise.
  * @wqueue: The queue to assign.
  *
-- 
2.17.1

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

end of thread, other threads:[~2021-02-19 17:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-19 10:46 [PATCH] watch_queue: rectify kernel-doc for init_watch() David Howells
2021-02-19 17:47 ` Jarkko Sakkinen
  -- strict thread matches above, loose matches on Subject: below --
2021-01-25 16:14 Lukas Bulwahn
2021-01-25 16:14 ` Lukas Bulwahn

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.