]> git.proxmox.com Git - mirror_qemu.git/commit
checkpatch: Fix newline detection in error_setg() & friends
authorMarkus Armbruster <armbru@redhat.com>
Wed, 3 Aug 2016 11:37:52 +0000 (13:37 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Mon, 8 Aug 2016 07:01:08 +0000 (09:01 +0200)
commita47eb010983b98d41330878f8b3e3193da40e6ed
tree216428b5e131e5a081f4bd44c0420db36ab25f71
parentdf3c286c53ac51e7267f2761c7a0c62e11b6e815
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>
scripts/checkpatch.pl