* [Qemu-devel] [PATCH] Fix spelling (transfered -> transferred, supressing -> suppressing)
@ 2012-12-09 21:31 Stefan Weil
2012-12-09 21:38 ` Stefan Weil
0 siblings, 1 reply; 2+ messages in thread
From: Stefan Weil @ 2012-12-09 21:31 UTC (permalink / raw)
To: qemu-trivial; +Cc: Kevin Wolf, Hans de Goede, qemu-devel, 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):
--
1.7.10.4
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [Qemu-devel] [PATCH] Fix spelling (transfered -> transferred, supressing -> suppressing)
2012-12-09 21:31 [Qemu-devel] [PATCH] Fix spelling (transfered -> transferred, supressing -> suppressing) Stefan Weil
@ 2012-12-09 21:38 ` Stefan Weil
0 siblings, 0 replies; 2+ messages in thread
From: Stefan Weil @ 2012-12-09 21:38 UTC (permalink / raw)
To: qemu-trivial; +Cc: Kevin Wolf, Hans de Goede, qemu-devel
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.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-12-09 21:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-09 21:31 [Qemu-devel] [PATCH] Fix spelling (transfered -> transferred, supressing -> suppressing) Stefan Weil
2012-12-09 21:38 ` Stefan Weil
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).