[Qemu-devel] [PATCH] doc: fix function spelling

Marc-André Lureau posted 1 patch 7 years, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170322115241.2810-1-marcandre.lureau@redhat.com
Test checkpatch passed
Test docker passed
Test s390x passed
include/io/channel.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[Qemu-devel] [PATCH] doc: fix function spelling
Posted by Marc-André Lureau 7 years, 1 month ago
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
---
 include/io/channel.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/io/channel.h b/include/io/channel.h
index 5d48906998..db9bb022a1 100644
--- a/include/io/channel.h
+++ b/include/io/channel.h
@@ -315,7 +315,7 @@ ssize_t qio_channel_read(QIOChannel *ioc,
                          Error **errp);
 
 /**
- * qio_channel_writev:
+ * qio_channel_write:
  * @ioc: the channel object
  * @buf: the memory regions to send data from
  * @buflen: the length of @buf
-- 
2.12.0.191.gc5d8de91d


Re: [Qemu-devel] [PATCH] doc: fix function spelling
Posted by Philippe Mathieu-Daudé 7 years, 1 month ago
On 03/22/2017 08:52 AM, Marc-André Lureau wrote:
> Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>

> ---
>  include/io/channel.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/io/channel.h b/include/io/channel.h
> index 5d48906998..db9bb022a1 100644
> --- a/include/io/channel.h
> +++ b/include/io/channel.h
> @@ -315,7 +315,7 @@ ssize_t qio_channel_read(QIOChannel *ioc,
>                           Error **errp);
>
>  /**
> - * qio_channel_writev:
> + * qio_channel_write:
>   * @ioc: the channel object
>   * @buf: the memory regions to send data from
>   * @buflen: the length of @buf
>

Re: [Qemu-devel] [PATCH] doc: fix function spelling
Posted by Stefan Hajnoczi 7 years, 1 month ago
On Wed, Mar 22, 2017 at 03:52:41PM +0400, Marc-André Lureau wrote:
> Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
> ---
>  include/io/channel.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Re: [Qemu-devel] [PATCH] doc: fix function spelling
Posted by Michael Tokarev 7 years ago
22.03.2017 14:52, Marc-André Lureau wrote:
>  include/io/channel.h | 2 +-

Applied to -trivial, thanks!

/mjt