Home
last modified time | relevance | path

Searched hist:a47eb010 (Results 1 – 1 of 1) sorted by relevance

/qemu/scripts/
H A Dcheckpatch.pla47eb010 Wed Aug 03 11:37:52 GMT 2016 Markus Armbruster <armbru@redhat.com> checkpatch: Fix newline detection in error_setg() & friends

Commit 5d596c2's regexp assumes the error message string is the first
argument. Correct for error_report(), wrong for all the others.
Relax the regexp to match newline in anywhere. This might cause
additional false positives.

While there, update the list of error_reporting functions.

Cc: Jason J. Herne <jjherne@linux.vnet.ibm.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <1470224274-31522-3-git-send-email-armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>