Re: [Qemu-devel] [PATCH] checkpatch: g_test_message does not need a a trailing newline

2018-11-22 Thread Paolo Bonzini
On 21/11/18 19:38, Philippe Mathieu-Daudé wrote: > > > On 21/11/18 19:27, Paolo Bonzini wrote: >> Signed-off-by: Paolo Bonzini >> --- >>   scripts/checkpatch.pl | 3 ++- >>   1 file changed, 2 insertions(+), 1 deletion(-) >> >> diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl >> index e

Re: [Qemu-devel] [PATCH] checkpatch: g_test_message does not need a a trailing newline

2018-11-22 Thread Thomas Huth
On 2018-11-21 19:38, Philippe Mathieu-Daudé wrote: > > > On 21/11/18 19:27, Paolo Bonzini wrote: >> Signed-off-by: Paolo Bonzini >> --- >>   scripts/checkpatch.pl | 3 ++- >>   1 file changed, 2 insertions(+), 1 deletion(-) >> >> diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl >> index

Re: [Qemu-devel] [PATCH] checkpatch: g_test_message does not need a a trailing newline

2018-11-21 Thread Philippe Mathieu-Daudé
On 21/11/18 19:27, Paolo Bonzini wrote: Signed-off-by: Paolo Bonzini --- scripts/checkpatch.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl index eccd656c41..d27bc51f8c 100755 --- a/scripts/checkpatch.pl +++ b/scripts/c

[Qemu-devel] [PATCH] checkpatch: g_test_message does not need a a trailing newline

2018-11-21 Thread Paolo Bonzini
Signed-off-by: Paolo Bonzini --- scripts/checkpatch.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl index eccd656c41..d27bc51f8c 100755 --- a/scripts/checkpatch.pl +++ b/scripts/checkpatch.pl @@ -2802,7 +2802,8 @@ sub process