From: Markus Armbruster Date: Mon, 21 Nov 2022 08:50:54 +0000 (+0100) Subject: io: Tidy up fat-fingered parameter name X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=10220d2f96406463fc283a3de6b13fc38f8befff;p=qemu.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 c680ee7480..f1b7e05f81 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: