Skip to content

Commit

Permalink
io: Tidy up fat-fingered parameter name
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Armbruster <[email protected]>
Message-Id: <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
  • Loading branch information
Markus Armbruster committed Dec 14, 2022
1 parent d1c81c3 commit 10220d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/io/channel.h
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 10220d2

Please sign in to comment.