On Mon 29-01-18 16:43:55, Randy Dunlap wrote: > From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> > > Fix some basic kernel-doc notation in mm/swap.c: > - for function lru_cache_add_anon(), make its kernel-doc function name > match its function name and change colon to hyphen following the > function name This is pretty much an internal function to the MM. It shouldn't have any external callers. Why do we need a kernel doc at all? > - for function pagevec_lookup_entries(), change the function parameter > name from nr_pages to nr_entries since that is more descriptive of > what the parameter actually is and then it matches the kernel-doc > comments also I know what is nr_pages because I do expect pages to be returned. What are entries? Can it be something different from pages? -- Michal Hocko SUSE Labs -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>