projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1c81c3
)
io: Tidy up fat-fingered parameter name
author
Markus Armbruster
<armbru@redhat.com>
Mon, 21 Nov 2022 08:50:54 +0000
(09:50 +0100)
committer
Markus Armbruster
<armbru@redhat.com>
Wed, 14 Dec 2022 15:19:35 +0000
(16:19 +0100)
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <
20221121085054
.683122-11-armbru@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
include/io/channel.h
patch
|
blob
|
history
diff --git
a/include/io/channel.h
b/include/io/channel.h
index c680ee7480218fc6ee69bc979411902dc6ba9dfa..f1b7e05f81d6c2560a9d86e5f1ff97ce7539733c 100644
(file)
--- 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 **er
r
p);
/**
* qio_channel_readv: