Signed-off-by: Paul Bolle <pebo...@tiscali.nl>
---
 configs/process_configs.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/configs/process_configs.sh b/configs/process_configs.sh
index c90b4e171755..a2ec3acb0423 100755
--- a/configs/process_configs.sh
+++ b/configs/process_configs.sh
@@ -16,9 +16,9 @@ switch_to_toplevel()
        path="$(pwd)"
        while test -n "$path"
        do
-                       test -e $path/MAINTAINERS && \
-                       test -d $path/drivers && \
-                       break
+               test -e $path/MAINTAINERS && \
+               test -d $path/drivers && \
+               break
 
                path="$(dirname $path)"
        done
-- 
2.21.0
_______________________________________________
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/kernel@lists.fedoraproject.org

Reply via email to