qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] checkpatch: rename README to README.md
@ 2016-07-21  1:33 Changlong Xie
  2016-07-21  6:04 ` Marc-André Lureau
  2016-07-21 14:36 ` Eric Blake
  0 siblings, 2 replies; 3+ messages in thread
From: Changlong Xie @ 2016-07-21  1:33 UTC (permalink / raw)
  To: qemu-devel; +Cc: Pranith Kumar, Paolo Bonzini, Stefan Hajnoczi

Since commit e5dfc5e broke the logic of @top_of_kernel_tree

Cc: Pranith Kumar <bobby.prani@gmail.com>
Cc: Paolo Bonzini <pbonzini@redhat.com>
Cc: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Changlong Xie <xiecl.fnst@cn.fujitsu.com>
---
 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"
 	);
 
-- 
1.9.3

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-07-21 14:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-21  1:33 [Qemu-devel] [PATCH] checkpatch: rename README to README.md Changlong Xie
2016-07-21  6:04 ` Marc-André Lureau
2016-07-21 14:36 ` Eric Blake

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).