Re: [PATCH] list.h: fix list_is_first() kernel-doc
From: Mel Gorman <hidden>
Date: 2019-03-19 10:04:14
Also in:
linux-mm, lkml
From: Mel Gorman <hidden>
Date: 2019-03-19 10:04:14
Also in:
linux-mm, lkml
On Sun, Mar 17, 2019 at 05:16:26PM -0700, Randy Dunlap wrote:
From: Randy Dunlap <redacted>
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 <redacted>
Cc: Mel Gorman <redacted>Thanks Acked-by: Mel Gorman <redacted>