[Qemu-devel] [PATCH] Fix spelling in comments and documentation

2012-11-22 Thread Stefan Weil
These spelling bugs were found by codespell: supressing -> suppressing transfered -> transferred 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.

Re: [Qemu-devel] [PATCH] Fix spelling in comments (iff -> if)

2012-02-26 Thread Anthony Liguori
On 02/26/2012 12:58 PM, Stefan Weil wrote: Am 26.02.2012 17:39, schrieb Anthony Liguori: On 02/26/2012 07:39 AM, Stefan Weil wrote: Signed-off-by: Stefan Weil --- a.out.h | 2 +- arm-dis.c | 22 +++--- block.c | 2 +- block/qcow2-refcount.c | 4 ++-- hw/alpha_typhoon.c | 2 +- hw/hid

Re: [Qemu-devel] [PATCH] Fix spelling in comments (iff -> if)

2012-02-26 Thread Peter Maydell
On 26 February 2012 18:58, Stefan Weil wrote: > Many authors regard "iff" as unsuitable in formal writing > (citation from Wikipedia).Personally, I'd also prefer to see > 'if and only if' in full length or in symbolic notation (<==>) > when this is the intention, not an abbreviation like 'iff'. Y

Re: [Qemu-devel] [PATCH] Fix spelling in comments (iff -> if)

2012-02-26 Thread Stefan Weil
Am 26.02.2012 17:39, schrieb Anthony Liguori: On 02/26/2012 07:39 AM, Stefan Weil wrote: Signed-off-by: Stefan Weil --- a.out.h|2 +- arm-dis.c | 22 +++--- block.c|2 +- block/qcow2-refcount.c |4 ++-- hw/alpha_typ

Re: [Qemu-devel] [PATCH] Fix spelling in comments (iff -> if)

2012-02-26 Thread Anthony Liguori
On 02/26/2012 07:39 AM, Stefan Weil wrote: Signed-off-by: Stefan Weil --- a.out.h|2 +- arm-dis.c | 22 +++--- block.c|2 +- block/qcow2-refcount.c |4 ++-- hw/alpha_typhoon.c |2 +- hw/hid.h |

[Qemu-devel] [PATCH] Fix spelling in comments (iff -> if)

2012-02-26 Thread Stefan Weil
Signed-off-by: Stefan Weil --- a.out.h|2 +- arm-dis.c | 22 +++--- block.c|2 +- block/qcow2-refcount.c |4 ++-- hw/alpha_typhoon.c |2 +- hw/hid.h |2 +- hw/pcnet.c |2 +- m68k-d

Re: [Qemu-devel] [PATCH] Fix spelling in comments and debug messages (recieve -> receive)

2011-08-28 Thread Andreas Färber
Am 28.08.2011 um 21:45 schrieb Stefan Weil: Signed-off-by: Stefan Weil Reviewed-by: Andreas Färber Thanks, Andreas --- docs/qapi-code-gen.txt |2 +- libcacard/vscclient.c |2 +- qemu-ga.c |2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/qap

[Qemu-devel] [PATCH] Fix spelling in comments and debug messages (recieve -> receive)

2011-08-28 Thread Stefan Weil
Signed-off-by: Stefan Weil --- docs/qapi-code-gen.txt |2 +- libcacard/vscclient.c |2 +- qemu-ga.c |2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/qapi-code-gen.txt b/docs/qapi-code-gen.txt index b7befb5..f345866 100644 --- a/docs/qapi-code-ge

Re: [Qemu-devel] [PATCH] Fix spelling in comments (intruction -> instruction)

2011-05-08 Thread Stefan Hajnoczi
On Sat, May 07, 2011 at 10:20:03PM +0200, Stefan Weil wrote: > Signed-off-by: Stefan Weil > --- > bsd-user/main.c |2 +- > linux-user/main.c |2 +- > tests/test-i386.c |2 +- > 3 files changed, 3 insertions(+), 3 deletions(-) Thanks, applied to the trivial-patches branch: http://re

[Qemu-devel] [PATCH] Fix spelling in comments (intruction -> instruction)

2011-05-07 Thread Stefan Weil
Signed-off-by: Stefan Weil --- bsd-user/main.c |2 +- linux-user/main.c |2 +- tests/test-i386.c |2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bsd-user/main.c b/bsd-user/main.c index 6b12f8b..0c3fca1 100644 --- a/bsd-user/main.c +++ b/bsd-user/main.c @@ -237,

[Qemu-devel] [PATCH] Fix spelling in comments

2010-08-06 Thread Stefan Weil
multifuction -> multifunction successfull -> successful. Signed-off-by: Stefan Weil --- hw/pci.c |2 +- posix-aio-compat.c |2 +- ui/vnc-enc-tight.c |2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hw/pci.c b/hw/pci.c index a98d6f3..5aa690d 100644 --- a