summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2015-02-04 19:09:15 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2015-02-04 19:09:15 +0100
commitce961e341258dc9f78da3c0d64231cf1afdc4e63 (patch)
tree90c65241a72f55fbd67f58c05b091f714e4c2490 /scripts
parent91d4a4264bc2dead4e3101c5064da35c78f4c89b (diff)
parentcf715885604004ccfc30bc4caa75d58a75bb02c7 (diff)
downloadbarebox-ce961e341258dc9f78da3c0d64231cf1afdc4e63.tar.gz
barebox-ce961e341258dc9f78da3c0d64231cf1afdc4e63.tar.xz
Merge branch 'for-next/misc'
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/checkpatch.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl
index 419436dede..a40d32cba7 100755
--- a/scripts/checkpatch.pl
+++ b/scripts/checkpatch.pl
@@ -328,7 +328,7 @@ sub top_of_kernel_tree {
my ($root) = @_;
my @tree_check = (
- "arch", "commands", "common", "COPYING", "CREDITS", "defaultenv",
+ "arch", "commands", "common", "COPYING", "defaultenv",
"Documentation", "drivers", "fs", "include", "lib",
"MAKEALL", "Makefile", "net", "README", "scripts", "TODO"
);