diff --git a/util/scripts/get_maintainer.pl b/util/scripts/get_maintainer.pl index 51e6275cb4..19a77253c8 100755 --- a/util/scripts/get_maintainer.pl +++ b/util/scripts/get_maintainer.pl @@ -823,7 +823,7 @@ sub top_of_kernel_tree { } if ( (-f "${lk_path}MAINTAINERS") && (-f "${lk_path}Makefile") - && (-d "${lk_path}documentation") + && (-d "${lk_path}Documentation") && (-d "${lk_path}src") && (-d "${lk_path}util")) { return 1;