From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1Thoa7-0004Kc-BE for mharc-qemu-trivial@gnu.org; Sun, 09 Dec 2012 16:38:39 -0500 Received: from eggs.gnu.org ([208.118.235.92]:43098) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Thoa4-0004C7-Fc for qemu-trivial@nongnu.org; Sun, 09 Dec 2012 16:38:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Thoa3-0005w6-Ft for qemu-trivial@nongnu.org; Sun, 09 Dec 2012 16:38:36 -0500 Received: from v220110690675601.yourvserver.net ([78.47.199.172]:42983) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Thoa1-0005vi-5p; Sun, 09 Dec 2012 16:38:33 -0500 Received: from localhost (v220110690675601.yourvserver.net.local [127.0.0.1]) by v220110690675601.yourvserver.net (Postfix) with ESMTP id 143697280048; Sun, 9 Dec 2012 22:38:31 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at weilnetz.de Received: from v220110690675601.yourvserver.net ([127.0.0.1]) by localhost (v220110690675601.yourvserver.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id MKBNGxShJMwL; Sun, 9 Dec 2012 22:38:30 +0100 (CET) Received: from [192.168.178.20] (p54ADA478.dip.t-dialin.net [84.173.164.120]) by v220110690675601.yourvserver.net (Postfix) with ESMTPSA id 25E3B728001C; Sun, 9 Dec 2012 22:38:30 +0100 (CET) Message-ID: <50C504D5.6080008@weilnetz.de> Date: Sun, 09 Dec 2012 22:38:29 +0100 From: Stefan Weil User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: qemu-trivial References: <1355088690-4933-1-git-send-email-sw@weilnetz.de> In-Reply-To: <1355088690-4933-1-git-send-email-sw@weilnetz.de> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 78.47.199.172 Cc: Kevin Wolf , Hans de Goede , qemu-devel@nongnu.org Subject: Re: [Qemu-trivial] [PATCH] Fix spelling (transfered -> transferred, supressing -> suppressing) X-BeenThere: qemu-trivial@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Dec 2012 21:38:37 -0000 Am 09.12.2012 22:31, schrieb Stefan Weil: > These spellings were found and fixed by codespell. > > Signed-off-by: Stefan Weil > --- > 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. From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:43086) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Thoa2-0004C2-GT for qemu-devel@nongnu.org; Sun, 09 Dec 2012 16:38:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Thoa1-0005vq-Bz for qemu-devel@nongnu.org; Sun, 09 Dec 2012 16:38:34 -0500 Message-ID: <50C504D5.6080008@weilnetz.de> Date: Sun, 09 Dec 2012 22:38:29 +0100 From: Stefan Weil MIME-Version: 1.0 References: <1355088690-4933-1-git-send-email-sw@weilnetz.de> In-Reply-To: <1355088690-4933-1-git-send-email-sw@weilnetz.de> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] Fix spelling (transfered -> transferred, supressing -> suppressing) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-trivial Cc: Kevin Wolf , Hans de Goede , qemu-devel@nongnu.org Am 09.12.2012 22:31, schrieb Stefan Weil: > These spellings were found and fixed by codespell. > > Signed-off-by: Stefan Weil > --- > 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.