summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorAlistair Francis2017-07-12 15:57:52 +0200
committerMarkus Armbruster2017-07-13 13:50:19 +0200
commite43ead1d0b9c467af4a2af8f5177316a0ccb5602 (patch)
tree1248feb328e200e4c8e32c1bd0daa148d4a555ae /scripts
parentchar-socket: Report TCP socket waiting as information (diff)
downloadqemu-e43ead1d0b9c467af4a2af8f5177316a0ccb5602.tar.gz
qemu-e43ead1d0b9c467af4a2af8f5177316a0ccb5602.tar.xz
qemu-e43ead1d0b9c467af4a2af8f5177316a0ccb5602.zip
error: Implement the warn and free Error functions
Implement warn_report_err() and warn_reportf_err() functions which are the same as the error_report_err() and error_reportf_err() functions except report a warning instead of an error. Signed-off-by: Alistair Francis <alistair.francis@xilinx.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Message-Id: <276ff93eadc0b01b8243cc61ffc331f77922c0d0.1499866456.git.alistair.francis@xilinx.com> Signed-off-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/checkpatch.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl
index 9287cc5886..4e91122813 100755
--- a/scripts/checkpatch.pl
+++ b/scripts/checkpatch.pl
@@ -2533,6 +2533,7 @@ sub process {
error_setg_file_open|
error_set|
error_prepend|
+ warn_reportf_err|
error_reportf_err|
error_vreport|
warn_vreport|