From: Markus Armbruster Date: Mon, 21 Nov 2022 08:50:54 +0000 (+0100) Subject: io: Tidy up fat-fingered parameter name X-Git-Tag: v8.0.0-rc0~129^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=10220d2f96406463fc283a3de6b13fc38f8befff;p=thirdparty%2Fqemu.git io: Tidy up fat-fingered parameter name Signed-off-by: Markus Armbruster Message-Id: <20221121085054.683122-11-armbru@redhat.com> Reviewed-by: Philippe Mathieu-Daudé --- diff --git a/include/io/channel.h b/include/io/channel.h index c680ee74802..f1b7e05f81d 100644 --- a/include/io/channel.h +++ b/include/io/channel.h @@ -350,7 +350,7 @@ int qio_channel_readv_all(QIOChannel *ioc, int qio_channel_writev_all(QIOChannel *ioc, const struct iovec *iov, size_t niov, - Error **erp); + Error **errp); /** * qio_channel_readv: