Commit f1e35acf authored by Paolo Bonzini's avatar Paolo Bonzini
Browse files

checkpatch: g_test_message does not need a trailing newline

parent d4c7e7e7
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2752,7 +2752,8 @@ sub process {
				info_vreport|
				error_report|
				warn_report|
				info_report}x;
				info_report|
				g_test_message}x;

	if ($rawline =~ /\b(?:$qemu_error_funcs)\s*\(.*\".*\\n/) {
		ERROR("Error messages should not contain newlines\n" . $herecurr);