Re: [PATCH] mm/swap.c: fix kernel-doc functions and parameters

2018-01-29 Thread Randy Dunlap
On 01/28/2018 09:15 PM, Matthew Wilcox wrote: > On Sun, Jan 28, 2018 at 08:01:08PM -0800, Randy Dunlap wrote: >> @@ -400,6 +400,10 @@ void mark_page_accessed(struct page *pag >> } >> EXPORT_SYMBOL(mark_page_accessed); >> >> +/** >> + * __lru_cache_add: add a page to the page lists >> + * @page:

Re: [PATCH] mm/swap.c: fix kernel-doc functions and parameters

2018-01-28 Thread Matthew Wilcox
On Sun, Jan 28, 2018 at 08:01:08PM -0800, Randy Dunlap wrote: > @@ -400,6 +400,10 @@ void mark_page_accessed(struct page *pag > } > EXPORT_SYMBOL(mark_page_accessed); > > +/** > + * __lru_cache_add: add a page to the page lists > + * @page: the page to add > + */ > static void __lru_cache_add(

[PATCH] mm/swap.c: fix kernel-doc functions and parameters

2018-01-28 Thread Randy Dunlap
From: Randy Dunlap Fix some basic kernel-doc notation in mm/swap.c: - make function names in kernel-doc notation match the functions - make function parameter names in kernel-doc match the actual parameters Fix function kernel-doc to match the change in commit 67fd707f4681: - drop the kernel-doc