mirror of https://github.com/xemu-project/xemu.git
io: Tidy up fat-fingered parameter name
Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20221121085054.683122-11-armbru@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
This commit is contained in:
parent
d1c81c3496
commit
10220d2f96
|
@ -350,7 +350,7 @@ int qio_channel_readv_all(QIOChannel *ioc,
|
||||||
int qio_channel_writev_all(QIOChannel *ioc,
|
int qio_channel_writev_all(QIOChannel *ioc,
|
||||||
const struct iovec *iov,
|
const struct iovec *iov,
|
||||||
size_t niov,
|
size_t niov,
|
||||||
Error **erp);
|
Error **errp);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* qio_channel_readv:
|
* qio_channel_readv:
|
||||||
|
|
Loading…
Reference in New Issue