The patch titled scatterlist-new-helper-functions-update-checkpatch-fixes has been added to the -mm tree. Its filename is scatterlist-new-helper-functions-update-checkpatch-fixes.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: scatterlist-new-helper-functions-update-checkpatch-fixes From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> WARNING: please, no space before tabs #27: FILE: lib/scatterlist.c:44: + * @consumed: ^IHow much bytes to advance$ WARNING: please, no space before tabs #52: FILE: lib/scatterlist.c:95: + * @sg: ^IThe current sg entry$ WARNING: please, no space before tabs #73: FILE: lib/scatterlist.c:624: + * @buffer: ^ILinear kernel buffer to compare with$ total: 0 errors, 3 warnings, 86 lines checked ./patches/scatterlist-new-helper-functions-update.patch has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. Please run checkpatch prior to sending patches Cc: Maxim Levitsky <maximlevitsky@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- lib/scatterlist.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff -puN lib/scatterlist.c~scatterlist-new-helper-functions-update-checkpatch-fixes lib/scatterlist.c --- a/lib/scatterlist.c~scatterlist-new-helper-functions-update-checkpatch-fixes +++ a/lib/scatterlist.c @@ -41,7 +41,7 @@ EXPORT_SYMBOL(sg_next); /** * sg_advance - advance scatterlist by 'consumed' bytes * @sg: The current sg entry - * @consumed: How much bytes to advance + * @consumed: How much bytes to advance */ struct scatterlist *sg_advance(struct scatterlist *sg, int consumed) { @@ -92,7 +92,7 @@ EXPORT_SYMBOL(sg_nents); /** * sg_total_len - calculate total length of scatterlist - * @sg: The current sg entry + * @sg: The current sg entry * * Dynamically calculate total number of bytes in an scatterlist * based on assumption that last entry is correctly marked by sg_mark_end @@ -621,7 +621,7 @@ EXPORT_SYMBOL(sg_copy_to_buffer); * to a kernel ram buffer * * @sg: The current sg entry - * @buffer: Linear kernel buffer to compare with + * @buffer: Linear kernel buffer to compare with * @len: Length of that buffer * * Returns 0 if equal and memcmp compliant result otherwise _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are linux-next.patch next-remove-localversion.patch i-need-old-gcc.patch arch-alpha-kernel-systblss-remove-debug-check.patch mm-compaction-prevent-division-by-zero-during-user-requested-compaction-fix.patch fs-direct-ioc-dont-try-to-allocate-more-than-bio_max_pages-in-a-bio-fix.patch arch-alpha-include-asm-ioh-s-extern-inline-static-inline.patch mm-vmap-area-cache.patch drivers-gpu-drm-radeon-atomc-fix-warning.patch leds-route-kbd-leds-through-the-generic-leds-layer.patch drivers-message-fusion-mptsasc-fix-warning.patch mm.patch frv-duplicate-output_buffer-of-e03-checkpatch-fixes.patch hpet-factor-timer-allocate-from-open.patch lib-hexdumpc-make-hex2bin-return-the-updated-src-address.patch fs-binfmt_miscc-use-kernels-hex_to_bin-method-fix.patch fs-binfmt_miscc-use-kernels-hex_to_bin-method-fix-fix.patch exec_domain-establish-a-linux32-domain-on-config_compat-systems.patch scatterlist-new-helper-functions-update-checkpatch-fixes.patch scatterlist-new-helper-functions-fix.patch journal_add_journal_head-debug.patch slab-leaks3-default-y.patch put_bh-debug.patch memblock-add-input-size-checking-to-memblock_find_region.patch memblock-add-input-size-checking-to-memblock_find_region-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