The patch titled Subject: checkpatch: make --strict the default for drivers/staging files and patches has been added to the -mm tree. Its filename is checkpatch-make-strict-the-default-for-drivers-staging-files-and-patches.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/checkpatch-make-strict-the-default-for-drivers-staging-files-and-patches.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/checkpatch-make-strict-the-default-for-drivers-staging-files-and-patches.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 *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Joe Perches <joe@xxxxxxxxxxx> Subject: checkpatch: make --strict the default for drivers/staging files and patches Making --strict the default for staging may help some people submit patches without obvious defects. Signed-off-by: Joe Perches <joe@xxxxxxxxxxx> Cc: Dan Carpenter <dan.carpenter@xxxxxxxxxx> Cc: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- scripts/checkpatch.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN scripts/checkpatch.pl~checkpatch-make-strict-the-default-for-drivers-staging-files-and-patches scripts/checkpatch.pl --- a/scripts/checkpatch.pl~checkpatch-make-strict-the-default-for-drivers-staging-files-and-patches +++ a/scripts/checkpatch.pl @@ -2174,7 +2174,7 @@ sub process { } if ($found_file) { - if ($realfile =~ m@^(drivers/net/|net/)@) { + if ($realfile =~ m@^(?:drivers/net/|net/|drivers/staging/)@) { $check = 1; } else { $check = $check_orig; _ Patches currently in -mm which might be from joe@xxxxxxxxxxx are lindent-handle-missing-indent-gracefully.patch ocfs2-neaten-do_error-ocfs2_error-and-ocfs2_abort.patch mm-slab_common-allow-null-cache-pointer-in-kmem_cache_destroy.patch mm-mempool-allow-null-pool-pointer-in-mempool_destroy.patch mm-dmapool-allow-null-pool-pointer-in-dma_pool_destroy.patch procfs-always-expose-proc-pid-map_files-and-make-it-readable.patch procfs-always-expose-proc-pid-map_files-and-make-it-readable-fix.patch procfs-always-expose-proc-pid-map_files-and-make-it-readable-fix-fix.patch maintainers-credits-mark-maxraid-as-orphan-move-anil-ravindranath-to-credits.patch parse_integer-add-checkpatchpl-notice.patch mm-utilc-add-kstrimdup.patch checkpatch-warn-on-bare-sha-1-commit-ids-in-commit-logs.patch checkpatch-add-warning-on-bug-bug_on-use.patch checkpatch-improve-suspect_code_indent-test.patch checkpatch-allow-longer-declaration-macros.patch checkpatch-add-some-foo_destroy-functions-to-needless_if-tests.patch checkpatch-report-the-right-line-when-using-emacs-and-file.patch checkpatch-always-check-block-comment-styles.patch checkpatch-make-strict-the-default-for-drivers-staging-files-and-patches.patch hfs-fix-b-tree-corruption-after-insertion-at-position-0.patch seq_file-provide-an-analogue-of-print_hex_dump.patch crypto-qat-use-seq_hex_dump-to-dump-buffers.patch parisc-use-seq_hex_dump-to-dump-buffers.patch zcrypt-use-seq_hex_dump-to-dump-buffers.patch kmemleak-use-seq_hex_dump-to-dump-buffers.patch wil6210-use-seq_hex_dump-to-dump-buffers.patch linux-next.patch fs-seq_file-convert-int-seq_vprint-seq_printf-etc-returns-to-void.patch fs-seq_file-convert-int-seq_vprint-seq_printf-etc-returns-to-void-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