The patch titled Subject: fs/fs-writeback.c: fix kernel-doc warning has been added to the -mm tree. Its filename is fs-fs-writebackc-fix-kernel-doc-warning.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/fs-fs-writebackc-fix-kernel-doc-warning.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/fs-fs-writebackc-fix-kernel-doc-warning.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> Subject: fs/fs-writeback.c: fix kernel-doc warning Fix kernel-doc warning in fs/fs-writeback.c: ../fs/fs-writeback.c:913: warning: Excess function parameter 'nr_pages' description in 'cgroup_writeback_by_id' Link: http://lkml.kernel.org/r/756645ac-0ce8-d47e-d30a-04d9e4923a4f@xxxxxxxxxxxxx Fixes: d62241c7a406 ("writeback, memcg: Implement cgroup_writeback_by_id()") Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> Cc: Tejun Heo <tj@xxxxxxxxxx> Cc: Jens Axboe <axboe@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/fs-writeback.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/fs/fs-writeback.c~fs-fs-writebackc-fix-kernel-doc-warning +++ a/fs/fs-writeback.c @@ -905,7 +905,7 @@ restart: * cgroup_writeback_by_id - initiate cgroup writeback from bdi and memcg IDs * @bdi_id: target bdi id * @memcg_id: target memcg css id - * @nr_pages: number of pages to write, 0 for best-effort dirty flushing + * @nr: number of pages to write, 0 for best-effort dirty flushing * @reason: reason why some writeback work initiated * @done: target wb_completion * _ Patches currently in -mm which might be from rdunlap@xxxxxxxxxxxxx are fs-fix-direct-ioc-kernel-doc-warning.patch fs-fix-libfsc-kernel-doc-warning.patch fs-fs-writebackc-fix-kernel-doc-warning.patch pinctrl-fix-pxa2xxc-build-warnings.patch bitmaph-fix-kernel-doc-warning-and-typo.patch xarrayh-fix-kernel-doc-warning.patch mm-slabc-fix-kernel-doc-warning-for-__ksize.patch