diff --git a/.checkpatch.conf b/.checkpatch.conf index 8385e1f637c..9ff854a4248 100644 --- a/.checkpatch.conf +++ b/.checkpatch.conf @@ -1,5 +1,4 @@ --mailback ---no-tree --emacs --summary-file --show-types diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl index 7c0b45c008f..ee5fc06ec97 100755 --- a/scripts/checkpatch.pl +++ b/scripts/checkpatch.pl @@ -1016,9 +1016,9 @@ sub top_of_kernel_tree { my ($root) = @_; my @tree_check = ( - "COPYING", "CREDITS", "Kbuild", "Makefile", - "README", "Documentation", "arch", "include", "drivers", - "fs", "init", "ipc", "kernel", "lib", "scripts", + "LICENSE", "CODEOWNERS", "Kconfig", "Makefile", + "README.rst", "doc", "arch", "include", "drivers", + "boards", "kernel", "lib", "scripts", ); foreach my $check (@tree_check) {