The patch titled lib/bitmap.c: fix kernel-doc notation has been added to the -mm tree. Its filename is lib-bitmapc-fix-kernel-doc-notation.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/SubmitChecklist when testing your code *** See http://userweb.kernel.org/~akpm/stuff/added-to-mm.txt to find out what to do about this The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: lib/bitmap.c: fix kernel-doc notation From: Randy Dunlap <randy.dunlap@xxxxxxxxxx> Fix new kernel-doc warnings in lib/bitmap.c: Warning(lib/bitmap.c:596): No description found for parameter 'buf' Warning(lib/bitmap.c:596): Excess function parameter 'bp' description in '__bitmap_parselist' Signed-off-by: Randy Dunlap <randy.dunlap@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- lib/bitmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN lib/bitmap.c~lib-bitmapc-fix-kernel-doc-notation lib/bitmap.c --- a/lib/bitmap.c~lib-bitmapc-fix-kernel-doc-notation +++ a/lib/bitmap.c @@ -572,7 +572,7 @@ EXPORT_SYMBOL(bitmap_scnlistprintf); /** * __bitmap_parselist - convert list format ASCII string to bitmap - * @bp: read nul-terminated user string from this buffer + * @buf: read nul-terminated user string from this buffer * @buflen: buffer size in bytes. If string is smaller than this * then it must be terminated with a \0. * @is_user: location of buffer, 0 indicates kernel space _ Patches currently in -mm which might be from randy.dunlap@xxxxxxxxxx are origin.patch mm-memoryc-fix-kernel-doc-notation.patch lib-bitmapc-fix-kernel-doc-notation.patch linux-next.patch drivers-scsi-megaraidc-fix-sparse-warnings.patch leds-route-kbd-leds-through-the-generic-leds-layer.patch mutex-subsystem-synchro-test-module.patch mutex-subsystem-synchro-test-module-fix.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html