Skip to content
Snippets Groups Projects
Commit 10220d2f authored by Markus Armbruster's avatar Markus Armbruster
Browse files

io: Tidy up fat-fingered parameter name


Signed-off-by: default avatarMarkus Armbruster <armbru@redhat.com>
Message-Id: <20221121085054.683122-11-armbru@redhat.com>
Reviewed-by: default avatarPhilippe Mathieu-Daudé <philmd@linaro.org>
parent d1c81c34
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment