]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - tools/checkpatch.pl
tools: imls: Remove a broken and unused tool.
[karo-tx-uboot.git] / tools / checkpatch.pl
index 9f23901872c9b7aa85d5d993016ba7094b016401..88c5bc77354644cd875ba9a2108b0cc7582820c1 100755 (executable)
@@ -273,6 +273,7 @@ our $logFunctions = qr{(?x:
        WARN(?:_RATELIMIT|_ONCE|)|
        panic|
        debug|
+       printf|
        MODULE_[A-Z_]+
 )};
 
@@ -397,7 +398,7 @@ sub top_of_kernel_tree {
        my ($root) = @_;
 
        my @tree_check = (
-               "COPYING", "CREDITS", "Kbuild", "MAINTAINERS", "Makefile",
+               "COPYING", "CREDITS", "Kbuild", "Makefile",
                "README", "Documentation", "arch", "include", "drivers",
                "fs", "init", "ipc", "kernel", "lib", "scripts",
        );
@@ -3700,7 +3701,7 @@ sub process {
 $vname has style problems, please review.
 
 If any of these errors are false positives, please report
-them to the maintainer, see CHECKPATCH in MAINTAINERS.
+them to the maintainer, see boards.cfg.
 EOM
        }