9
0
Fork 0

scripts/checkpatch.pl: don't search for Doxyfile when checking top_of_kernel_tree()

Doxygen documentation is removed in the commit

  commit 98360be0fe
  Author: Sascha Hauer <s.hauer@pengutronix.de>
  Date:   Tue Jun 17 10:27:03 2014 +0200

      Documentation: remove doxygen documentation

But checkpatch.pl still trying to check 'Doxyfile' presence.
There is not such 'Doxyfile' and checkpatch.pl exits with
'Must be run from the top-level dir. of a kernel tree' message.

Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Antony Pavlov 2014-07-17 16:02:03 +04:00 committed by Sascha Hauer
parent 5b76ec27d1
commit 2671c30c25
1 changed files with 1 additions and 1 deletions

View File

@ -329,7 +329,7 @@ sub top_of_kernel_tree {
my @tree_check = (
"arch", "commands", "common", "COPYING", "CREDITS", "defaultenv",
"Documentation", "Doxyfile", "drivers", "fs", "include", "lib",
"Documentation", "drivers", "fs", "include", "lib",
"MAKEALL", "Makefile", "net", "README", "scripts", "TODO"
);