> > * Without ERRP_GUARD(), use of the @errp parameter is restricted: > > * - It must not be dereferenced, because it may be null. > > - * - It should not be passed to error_prepend() or > > + * - It should not be passed to error_prepend(), error_vprepend() or > > * error_append_hint(), because that doesn't work with &error_fatal. > > * ERRP_GUARD() lifts these restrictions. > > * > > Good catch! > > I'd like a comma after error_vprepend(). > > Reviewed-by: Markus Armbruster <arm...@redhat.com>
Thanks! I'll. Regards, Zhao