The patch titled Subject: fs/direct-io.c: fix kernel-doc warning has been added to the -mm tree. Its filename is fs-fix-direct-ioc-kernel-doc-warning.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/fs-fix-direct-ioc-kernel-doc-warning.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/fs-fix-direct-ioc-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/direct-io.c: fix kernel-doc warning Fix kernel-doc warning in fs/direct-io.c: ../fs/direct-io.c:258: warning: Excess function parameter 'offset' description in 'dio_complete' Also, don't mark this function as having kernel-doc notation since it is not exported. Link: http://lkml.kernel.org/r/97908511-4328-4a56-17fe-f43a1d7aa470@xxxxxxxxxxxxx Fixes: 6d544bb4d901 ("dio: centralize completion in dio_complete()") Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> Cc: Zach Brown <zab@xxxxxxxxx> Cc: Alexander Viro <viro@xxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/direct-io.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) --- a/fs/direct-io.c~fs-fix-direct-ioc-kernel-doc-warning +++ a/fs/direct-io.c @@ -241,9 +241,8 @@ void dio_warn_stale_pagecache(struct fil } } -/** +/* * dio_complete() - called when all DIO BIO I/O has been completed - * @offset: the byte offset in the file of the completed operation * * This drops i_dio_count, lets interested parties know that a DIO operation * has completed, and calculates the resulting return code for the operation. _ 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