Loading scripts/checkpatch.pl +2 −1 Original line number Diff line number Diff line Loading @@ -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); Loading Loading
scripts/checkpatch.pl +2 −1 Original line number Diff line number Diff line Loading @@ -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); Loading