All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stefan Weil <sw@weilnetz.de>
To: qemu-trivial <qemu-trivial@nongnu.org>
Cc: Kevin Wolf <kwolf@redhat.com>,
	Hans de Goede <hdegoede@redhat.com>,
	qemu-devel@nongnu.org
Subject: Re: [Qemu-trivial] [PATCH] Fix spelling (transfered -> transferred, supressing -> suppressing)
Date: Sun, 09 Dec 2012 22:38:29 +0100	[thread overview]
Message-ID: <50C504D5.6080008@weilnetz.de> (raw)
In-Reply-To: <1355088690-4933-1-git-send-email-sw@weilnetz.de>

Am 09.12.2012 22:31, schrieb Stefan Weil:
> These spellings were found and fixed by codespell.
>
> Signed-off-by: Stefan Weil <sw@weilnetz.de>
> ---
>   hw/usb.h                      |    6 +++---
>   tests/qemu-iotests/iotests.py |    2 +-
>   2 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/hw/usb.h b/hw/usb.h
> index 7d6de69..f05eb17 100644
> --- a/hw/usb.h
> +++ b/hw/usb.h
> @@ -282,7 +282,7 @@ typedef struct USBDeviceClass {
>        * Called from handle_packet().
>        *
>        * Status gets stored in p->status, and if p->status == USB_RET_SUCCESS
> -     * then the number of bytes transfered is stored in p->actual_length
> +     * then the number of bytes transferred is stored in p->actual_length
>        */
>       void (*handle_control)(USBDevice *dev, USBPacket *p, int request, int value,
>                              int index, int length, uint8_t *data);
> @@ -292,7 +292,7 @@ typedef struct USBDeviceClass {
>        * Called from handle_packet().
>        *
>        * Status gets stored in p->status, and if p->status == USB_RET_SUCCESS
> -     * then the number of bytes transfered is stored in p->actual_length
> +     * then the number of bytes transferred is stored in p->actual_length
>        */
>       void (*handle_data)(USBDevice *dev, USBPacket *p);
>   
> @@ -358,7 +358,7 @@ struct USBPacket {
>       bool short_not_ok;
>       bool int_req;
>       int status; /* USB_RET_* status code */
> -    int actual_length; /* Number of bytes actually transfered */
> +    int actual_length; /* Number of bytes actually transferred */
>       /* Internal use by the USB layer.  */
>       USBPacketState state;
>       USBCombinedPacket *combined;
> diff --git a/tests/qemu-iotests/iotests.py b/tests/qemu-iotests/iotests.py
> index b2eaf20..0be5c7e 100644
> --- a/tests/qemu-iotests/iotests.py
> +++ b/tests/qemu-iotests/iotests.py
> @@ -43,7 +43,7 @@ def qemu_img(*args):
>       return subprocess.call(qemu_img_args + list(args), stdin=devnull, stdout=devnull)
>   
>   def qemu_img_verbose(*args):
> -    '''Run qemu-img without supressing its output and return the exit code'''
> +    '''Run qemu-img without suppressing its output and return the exit code'''
>       return subprocess.call(qemu_img_args + list(args))
>   
>   def qemu_io(*args):

Please ignore this patch - it was already applied to qemu-trivial.
The commit to git master is still pending.


WARNING: multiple messages have this Message-ID (diff)
From: Stefan Weil <sw@weilnetz.de>
To: qemu-trivial <qemu-trivial@nongnu.org>
Cc: Kevin Wolf <kwolf@redhat.com>,
	Hans de Goede <hdegoede@redhat.com>,
	qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] Fix spelling (transfered -> transferred, supressing -> suppressing)
Date: Sun, 09 Dec 2012 22:38:29 +0100	[thread overview]
Message-ID: <50C504D5.6080008@weilnetz.de> (raw)
In-Reply-To: <1355088690-4933-1-git-send-email-sw@weilnetz.de>

Am 09.12.2012 22:31, schrieb Stefan Weil:
> These spellings were found and fixed by codespell.
>
> Signed-off-by: Stefan Weil <sw@weilnetz.de>
> ---
>   hw/usb.h                      |    6 +++---
>   tests/qemu-iotests/iotests.py |    2 +-
>   2 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/hw/usb.h b/hw/usb.h
> index 7d6de69..f05eb17 100644
> --- a/hw/usb.h
> +++ b/hw/usb.h
> @@ -282,7 +282,7 @@ typedef struct USBDeviceClass {
>        * Called from handle_packet().
>        *
>        * Status gets stored in p->status, and if p->status == USB_RET_SUCCESS
> -     * then the number of bytes transfered is stored in p->actual_length
> +     * then the number of bytes transferred is stored in p->actual_length
>        */
>       void (*handle_control)(USBDevice *dev, USBPacket *p, int request, int value,
>                              int index, int length, uint8_t *data);
> @@ -292,7 +292,7 @@ typedef struct USBDeviceClass {
>        * Called from handle_packet().
>        *
>        * Status gets stored in p->status, and if p->status == USB_RET_SUCCESS
> -     * then the number of bytes transfered is stored in p->actual_length
> +     * then the number of bytes transferred is stored in p->actual_length
>        */
>       void (*handle_data)(USBDevice *dev, USBPacket *p);
>   
> @@ -358,7 +358,7 @@ struct USBPacket {
>       bool short_not_ok;
>       bool int_req;
>       int status; /* USB_RET_* status code */
> -    int actual_length; /* Number of bytes actually transfered */
> +    int actual_length; /* Number of bytes actually transferred */
>       /* Internal use by the USB layer.  */
>       USBPacketState state;
>       USBCombinedPacket *combined;
> diff --git a/tests/qemu-iotests/iotests.py b/tests/qemu-iotests/iotests.py
> index b2eaf20..0be5c7e 100644
> --- a/tests/qemu-iotests/iotests.py
> +++ b/tests/qemu-iotests/iotests.py
> @@ -43,7 +43,7 @@ def qemu_img(*args):
>       return subprocess.call(qemu_img_args + list(args), stdin=devnull, stdout=devnull)
>   
>   def qemu_img_verbose(*args):
> -    '''Run qemu-img without supressing its output and return the exit code'''
> +    '''Run qemu-img without suppressing its output and return the exit code'''
>       return subprocess.call(qemu_img_args + list(args))
>   
>   def qemu_io(*args):

Please ignore this patch - it was already applied to qemu-trivial.
The commit to git master is still pending.

  reply	other threads:[~2012-12-09 21:38 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-09 21:31 [Qemu-trivial] [PATCH] Fix spelling (transfered -> transferred, supressing -> suppressing) Stefan Weil
2012-12-09 21:31 ` [Qemu-devel] " Stefan Weil
2012-12-09 21:38 ` Stefan Weil [this message]
2012-12-09 21:38   ` Stefan Weil

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=50C504D5.6080008@weilnetz.de \
    --to=sw@weilnetz.de \
    --cc=hdegoede@redhat.com \
    --cc=kwolf@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-trivial@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.