diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl index e3c7fc0..151c53a 100755 --- a/scripts/checkpatch.pl +++ b/scripts/checkpatch.pl @@ -328,9 +328,9 @@ my ($root) = @_; my @tree_check = ( - "COPYING", "CREDITS", "Kbuild", "MAINTAINERS", "Makefile", - "README", "Documentation", "arch", "include", "drivers", - "fs", "init", "ipc", "kernel", "lib", "scripts", + "arch", "commands", "common", "COPYING", "CREDITS", "defaultenv", + "Documentation", "Doxyfile", "drivers", "fs", "include", "lib", + "MAKEALL", "Makefile", "net", "README", "scripts", "TODO" ); foreach my $check (@tree_check) {