qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH v9 01/23] checkpatch: replace vl.c in the top of repo check


From: Alexander Bulekov
Subject: [PATCH v9 01/23] checkpatch: replace vl.c in the top of repo check
Date: Tue, 11 Feb 2020 15:34:48 -0500

524b4c2c5c moves vl.c into softmmu/ , breaking the checkpatch
top-of-kernel-tree check. Replace with checks for softmmu and linux-user

Signed-off-by: Alexander Bulekov <address@hidden>
---
 scripts/checkpatch.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl
index ce43a306f8..2e2273b8a3 100755
--- a/scripts/checkpatch.pl
+++ b/scripts/checkpatch.pl
@@ -462,7 +462,7 @@ sub top_of_kernel_tree {
        my @tree_check = (
                "COPYING", "MAINTAINERS", "Makefile",
                "README.rst", "docs", "VERSION",
-               "vl.c"
+               "softmmu", "linux-user"
        );
 
        foreach my $check (@tree_check) {
-- 
2.25.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]