qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH] checkpatch: fix break by renaming README


From: Peter Xu
Subject: [Qemu-devel] [PATCH] checkpatch: fix break by renaming README
Date: Thu, 21 Jul 2016 18:15:54 +0800

Without this, we cannot run checkpatch.pl under QEMU root directory.

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

diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl
index afa7f79..8247305 100755
--- a/scripts/checkpatch.pl
+++ b/scripts/checkpatch.pl
@@ -286,7 +286,7 @@ sub top_of_kernel_tree {
 
        my @tree_check = (
                "COPYING", "MAINTAINERS", "Makefile",
-               "README", "docs", "VERSION",
+               "README.md", "docs", "VERSION",
                "vl.c"
        );
 
-- 
2.4.11




reply via email to

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