qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Paolo Bonzini <pbonzini@redhat.com>
To: Julia Suvorova <jusual@mail.ru>, qemu-devel@nongnu.org
Cc: marcandre.lureau@redhat.com
Subject: Re: [Qemu-devel] [PATCH] chardev/char-fe: Fix typos
Date: Mon, 13 Aug 2018 12:12:36 +0200	[thread overview]
Message-ID: <e9bc37b7-f91d-a50d-bddf-8b3d0fbd3412@redhat.com> (raw)
In-Reply-To: <20180813093402.10852-1-jusual@mail.ru>

On 13/08/2018 11:34, Julia Suvorova wrote:
> Fixup some typos in the comments.
> 
> Signed-off-by: Julia Suvorova <jusual@mail.ru>
> ---
>  include/chardev/char-fe.h | 10 +++++-----
>  1 file changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/include/chardev/char-fe.h b/include/chardev/char-fe.h
> index 71cd069478..c67271f1ba 100644
> --- a/include/chardev/char-fe.h
> +++ b/include/chardev/char-fe.h
> @@ -113,7 +113,7 @@ void qemu_chr_fe_accept_input(CharBackend *be);
>  /**
>   * @qemu_chr_fe_disconnect:
>   *
> - * Close a fd accpeted by character backend.
> + * Close a fd accepted by character backend.
>   * Without associated Chardev, do nothing.
>   */
>  void qemu_chr_fe_disconnect(CharBackend *be);
> @@ -122,7 +122,7 @@ void qemu_chr_fe_disconnect(CharBackend *be);
>   * @qemu_chr_fe_wait_connected:
>   *
>   * Wait for characted backend to be connected, return < 0 on error or
> - * if no assicated Chardev.
> + * if no associated Chardev.
>   */
>  int qemu_chr_fe_wait_connected(CharBackend *be, Error **errp);
>  
> @@ -186,7 +186,7 @@ guint qemu_chr_fe_add_watch(CharBackend *be, GIOCondition cond,
>   * @buf the data
>   * @len the number of bytes to send
>   *
> - * Returns: the number of bytes consumed (0 if no assicated Chardev)
> + * Returns: the number of bytes consumed (0 if no associated Chardev)
>   */
>  int qemu_chr_fe_write(CharBackend *be, const uint8_t *buf, int len);
>  
> @@ -201,7 +201,7 @@ int qemu_chr_fe_write(CharBackend *be, const uint8_t *buf, int len);
>   * @buf the data
>   * @len the number of bytes to send
>   *
> - * Returns: the number of bytes consumed (0 if no assicated Chardev)
> + * Returns: the number of bytes consumed (0 if no associated Chardev)
>   */
>  int qemu_chr_fe_write_all(CharBackend *be, const uint8_t *buf, int len);
>  
> @@ -213,7 +213,7 @@ int qemu_chr_fe_write_all(CharBackend *be, const uint8_t *buf, int len);
>   * @buf the data buffer
>   * @len the number of bytes to read
>   *
> - * Returns: the number of bytes read (0 if no assicated Chardev)
> + * Returns: the number of bytes read (0 if no associated Chardev)
>   */
>  int qemu_chr_fe_read_all(CharBackend *be, uint8_t *buf, int len);
>  
> 

Queued, thanks.

Paolo

      parent reply	other threads:[~2018-08-13 10:12 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-13  9:34 [Qemu-devel] [PATCH] chardev/char-fe: Fix typos Julia Suvorova
2018-08-13  9:36 ` Peter Maydell
2018-08-13 10:12 ` Paolo Bonzini [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e9bc37b7-f91d-a50d-bddf-8b3d0fbd3412@redhat.com \
    --to=pbonzini@redhat.com \
    --cc=jusual@mail.ru \
    --cc=marcandre.lureau@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).