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

2016-07-21 Thread Peter Xu
On Thu, Jul 21, 2016 at 08:37:01AM -0600, Eric Blake wrote: > On 07/21/2016 04:15 AM, Peter Xu wrote: > > Without this, we cannot run checkpatch.pl under QEMU root directory. > > > > Signed-off-by: Peter Xu > > --- > > scripts/checkpatch.pl | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(

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

2016-07-21 Thread Eric Blake
On 07/21/2016 04:15 AM, Peter Xu wrote: > Without this, we cannot run checkpatch.pl under QEMU root directory. > > Signed-off-by: Peter Xu > --- > scripts/checkpatch.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) NACK; see https://lists.gnu.org/archive/html/qemu-devel/2016-07/msg048

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

2016-07-21 Thread Peter Xu
Without this, we cannot run checkpatch.pl under QEMU root directory. Signed-off-by: Peter Xu --- 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