Commit 100e9ad6 authored by Luis R. Rodriguez's avatar Luis R. Rodriguez Committed by James Toy

Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>

Cc: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
parent 7bc85135
......@@ -14,11 +14,11 @@ foreach $file (@ARGV) {
}
}
close(FILE);
foreach $filename (keys %includedfiles) {
if ($includedfiles{$filename} > 1) {
print "$file: $filename is included more than once.\n";
}
}
close(FILE);
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment