On 2018-11-21 19:38, Philippe Mathieu-Daudé wrote: > > > On 21/11/18 19:27, Paolo Bonzini wrote: >> Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> >> --- >> 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 { >> info_vreport| >> error_report| >> warn_report| >> - info_report}x; >> + info_report| >> + g_test_message}x; > > This perl file use <tab> here, shouldn't we keep the same style?
+1 Apart from that: Reviewed-by: Thomas Huth <th...@redhat.com>