23.02.2020 11:55, Markus Armbruster wrote:
+|
+- warn_report_err(local_err);
++ warn_report_errp(errp);
Likewise.
What about error_reportf_err(), warn_reportf_err()?
Hmm I'm afraid, we don't have corresponding cases to update..
We can still handle them here, but, then, should we use nonexistent
error_reportf_errp, so if it matched, we'll have compilation error?
Or may be coccinelle has some kind of "abort()" on the match, to error-out that
"please define error_reportf_errp and update coccinelle script first"...
--
Best regards,
Vladimir