diff mbox

checkpatch: rename README to README.md

Message ID 1469064784-18570-1-git-send-email-xiecl.fnst@cn.fujitsu.com
State New
Headers show

Commit Message

Changlong Xie July 21, 2016, 1:33 a.m. UTC
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(-)

Comments

Marc-André Lureau July 21, 2016, 6:04 a.m. UTC | #1
Hi

On Thu, Jul 21, 2016 at 5:33 AM, Changlong Xie
<xiecl.fnst@cn.fujitsu.com> wrote:
> 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"
>         );
>
> --

Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>

> 1.9.3
>
>
>
>
Eric Blake July 21, 2016, 2:36 p.m. UTC | #2
On 07/20/2016 07:33 PM, Changlong Xie wrote:
> 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(-)

NACK; see
https://lists.gnu.org/archive/html/qemu-devel/2016-07/msg04850.html for
a more complete solution.

> 
> 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"
>  	);
>  
>
diff mbox

Patch

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"
 	);