On Sun, Apr 11, 2021 at 02:06:42PM -0700, Randy Dunlap wrote:
> Fix stray kernel-doc warnings in mm/ due to mis-typed or missing
> function names.
> 
> Quietens these kernel-doc warnings:
> 
> ../mm/mmu_gather.c:264: warning: expecting prototype for tlb_gather_mmu(). 
> Prototype was for __tlb_gather_mmu() instead
> ../mm/oom_kill.c:180: warning: expecting prototype for Check whether 
> unreclaimable slab amount is greater than(). Prototype was for 
> should_dump_unreclaim_slab() instead
> ../mm/shuffle.c:155: warning: expecting prototype for shuffle_free_memory(). 
> Prototype was for __shuffle_free_memory() instead
> 
> Signed-off-by: Randy Dunlap <rdun...@infradead.org>
> Cc: Andrew Morton <a...@linux-foundation.org>
> Cc: linux...@kvack.org
> Cc: Matthew Wilcox <wi...@infradead.org>

Reviewed-by: Matthew Wilcox (Oracle) <wi...@infradead.org>

Reply via email to