linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] list.h: fix list_is_first() kernel-doc
@ 2019-03-18  0:16 Randy Dunlap
  2019-03-19 10:04 ` Mel Gorman
  2019-03-20 13:08 ` William Kucharski
  0 siblings, 2 replies; 3+ messages in thread
From: Randy Dunlap @ 2019-03-18  0:16 UTC (permalink / raw)
  To: Linux MM, LKML, linux-doc, Andrew Morton; +Cc: Mel Gorman

From: Randy Dunlap <rdunlap@infradead.org>

Fix typo of kernel-doc parameter notation (there should be
no space between '@' and the parameter name).

Also fixes bogus kernel-doc notation output formatting.

Fixes: 70b44595eafe9 ("mm, compaction: use free lists to quickly locate a migration source")

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Mel Gorman <mgorman@techsingularity.net>
---
 include/linux/list.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- lnx-51-rc1.orig/include/linux/list.h
+++ lnx-51-rc1/include/linux/list.h
@@ -207,7 +207,7 @@ static inline void list_bulk_move_tail(s
 }
 
 /**
- * list_is_first -- tests whether @ list is the first entry in list @head
+ * list_is_first -- tests whether @list is the first entry in list @head
  * @list: the entry to test
  * @head: the head of the list
  */



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

* Re: [PATCH] list.h: fix list_is_first() kernel-doc
  2019-03-18  0:16 [PATCH] list.h: fix list_is_first() kernel-doc Randy Dunlap
@ 2019-03-19 10:04 ` Mel Gorman
  2019-03-20 13:08 ` William Kucharski
  1 sibling, 0 replies; 3+ messages in thread
From: Mel Gorman @ 2019-03-19 10:04 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: Linux MM, LKML, linux-doc, Andrew Morton

On Sun, Mar 17, 2019 at 05:16:26PM -0700, Randy Dunlap wrote:
> From: Randy Dunlap <rdunlap@infradead.org>
> 
> Fix typo of kernel-doc parameter notation (there should be
> no space between '@' and the parameter name).
> 
> Also fixes bogus kernel-doc notation output formatting.
> 
> Fixes: 70b44595eafe9 ("mm, compaction: use free lists to quickly locate a migration source")
> 
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: Mel Gorman <mgorman@techsingularity.net>

Thanks

Acked-by: Mel Gorman <mgorman@techsingularity.net>

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

* Re: [PATCH] list.h: fix list_is_first() kernel-doc
  2019-03-18  0:16 [PATCH] list.h: fix list_is_first() kernel-doc Randy Dunlap
  2019-03-19 10:04 ` Mel Gorman
@ 2019-03-20 13:08 ` William Kucharski
  1 sibling, 0 replies; 3+ messages in thread
From: William Kucharski @ 2019-03-20 13:08 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: Linux MM, LKML, linux-doc, Andrew Morton, Mel Gorman



> On Mar 17, 2019, at 6:16 PM, Randy Dunlap <rdunlap@infradead.org> wrote:
> 
> From: Randy Dunlap <rdunlap@infradead.org>
> 
> Fix typo of kernel-doc parameter notation (there should be
> no space between '@' and the parameter name).
> 
> Also fixes bogus kernel-doc notation output formatting.
> 
> Fixes: 70b44595eafe9 ("mm, compaction: use free lists to quickly locate a migration source")
> 
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: Mel Gorman <mgorman@techsingularity.net>
> ---

Nice little cleanup.

Reviewed-by: William Kucharski <william.kucharski@oracle.com>


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

end of thread, other threads:[~2019-03-20 13:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-18  0:16 [PATCH] list.h: fix list_is_first() kernel-doc Randy Dunlap
2019-03-19 10:04 ` Mel Gorman
2019-03-20 13:08 ` William Kucharski

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).