* [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
* Re: [Qemu-devel] [PATCH] checkpatch: rename README to README.md
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
1 sibling, 0 replies; 3+ messages in thread
From: Marc-André Lureau @ 2016-07-21 6:04 UTC (permalink / raw)
To: Changlong Xie; +Cc: QEMU, Paolo Bonzini, Pranith Kumar, Stefan Hajnoczi
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
>
>
>
>
--
Marc-André Lureau
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] [PATCH] checkpatch: rename README to README.md
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
1 sibling, 0 replies; 3+ messages in thread
From: Eric Blake @ 2016-07-21 14:36 UTC (permalink / raw)
To: Changlong Xie, qemu-devel; +Cc: Paolo Bonzini, Pranith Kumar, Stefan Hajnoczi
[-- Attachment #1: Type: text/plain, Size: 1007 bytes --]
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"
> );
>
>
--
Eric Blake eblake redhat com +1-919-301-3266
Libvirt virtualization library http://libvirt.org
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 604 bytes --]
^ permalink raw reply [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).