The patch titled Subject: fs/libfs.c: fix kernel-doc warning has been added to the -mm tree. Its filename is fs-fix-libfsc-kernel-doc-warning.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/fs-fix-libfsc-kernel-doc-warning.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/fs-fix-libfsc-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/libfs.c: fix kernel-doc warning Fix kernel-doc warning in fs/libfs.c: ../fs/libfs.c:496: warning: Excess function parameter 'available' description in 'simple_write_end' Link: http://lkml.kernel.org/r/5fc9d70b-e377-0ec9-066a-970d49579041@xxxxxxxxxxxxx Fixes: ad2a722f196d ("libfs: Open code simple_commit_write into only user") Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> Cc: Boaz Harrosh <boazh@xxxxxxxxxx> Cc: Alexander Viro <viro@xxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/libfs.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) --- a/fs/libfs.c~fs-fix-libfsc-kernel-doc-warning +++ a/fs/libfs.c @@ -468,8 +468,7 @@ EXPORT_SYMBOL(simple_write_begin); /** * simple_write_end - .write_end helper for non-block-device FSes - * @available: See .write_end of address_space_operations - * @file: " + * @file: See .write_end of address_space_operations * @mapping: " * @pos: " * @len: " _ 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