All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] Fix new typos found by codespell
@ 2015-01-03 13:41 Stefan Weil
  2015-01-03 13:41 ` [Qemu-devel] [PATCH 1/3] target-tricore: Fix new typos Stefan Weil
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Stefan Weil @ 2015-01-03 13:41 UTC (permalink / raw)
  To: QEMU Trivial; +Cc: QEMU Developer

Happy New Year to everybody!

Regards
Stefan

[PATCH 1/3] target-tricore: Fix new typos
[PATCH 2/3] target-arm: Fix typo in comment (seperately -> separately)
[PATCH 3/3] misc: Fix new typos in comments

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Qemu-devel] [PATCH 1/3] target-tricore: Fix new typos
  2015-01-03 13:41 [Qemu-devel] [PATCH 0/3] Fix new typos found by codespell Stefan Weil
@ 2015-01-03 13:41 ` Stefan Weil
  2015-01-03 13:41 ` [Qemu-devel] [PATCH 2/3] target-arm: Fix typo in comment (seperately -> separately) Stefan Weil
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: Stefan Weil @ 2015-01-03 13:41 UTC (permalink / raw)
  To: QEMU Trivial; +Cc: Stefan Weil, QEMU Developer, Bastian Koppelmann

adress -> address
managment -> management

Cc: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
Signed-off-by: Stefan Weil <sw@weilnetz.de>
---
 target-tricore/csfr.def          |    2 +-
 target-tricore/translate.c       |    2 +-
 target-tricore/tricore-opcodes.h |    4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/target-tricore/csfr.def b/target-tricore/csfr.def
index 5b219b4..05c45dd 100644
--- a/target-tricore/csfr.def
+++ b/target-tricore/csfr.def
@@ -90,7 +90,7 @@ A(0xE200, CPM0, TRICORE_FEATURE_13)
 A(0xE280, CPM1, TRICORE_FEATURE_13)
 A(0xE300, CPM2, TRICORE_FEATURE_13)
 A(0xE380, CPM3, TRICORE_FEATURE_13)
-/* memory Managment Registers */
+/* memory management registers */
 A(0x8000, MMU_CON, TRICORE_FEATURE_13)
 A(0x8004, MMU_ASI, TRICORE_FEATURE_13)
 A(0x800C, MMU_TVA, TRICORE_FEATURE_13)
diff --git a/target-tricore/translate.c b/target-tricore/translate.c
index dbcf87e..d20922b 100644
--- a/target-tricore/translate.c
+++ b/target-tricore/translate.c
@@ -5022,7 +5022,7 @@ static void decode_32Bit_opc(CPUTriCoreState *env, DisasContext *ctx)
     case OPCM_32_RR_LOGICAL_SHIFT:
         decode_rr_logical_shift(env, ctx);
         break;
-    case OPCM_32_RR_ADRESS:
+    case OPCM_32_RR_ADDRESS:
         decode_rr_address(env, ctx);
         break;
     case OPCM_32_RR_IDIRECT:
diff --git a/target-tricore/tricore-opcodes.h b/target-tricore/tricore-opcodes.h
index 919063e..82bd161 100644
--- a/target-tricore/tricore-opcodes.h
+++ b/target-tricore/tricore-opcodes.h
@@ -503,7 +503,7 @@ enum {
 /* RR Format */
     OPCM_32_RR_LOGICAL_SHIFT                         = 0x0f,
     OPCM_32_RR_ACCUMULATOR                           = 0x0b,
-    OPCM_32_RR_ADRESS                                = 0x01,
+    OPCM_32_RR_ADDRESS                               = 0x01,
     OPCM_32_RR_DIVIDE                                = 0x4b,
     OPCM_32_RR_IDIRECT                               = 0x2d,
 /* RR1 Format */
@@ -1082,7 +1082,7 @@ enum {
     OPC2_32_RR_XOR_LT_U                          = 0x32,
     OPC2_32_RR_XOR_NE                            = 0x30,
 };
-/* OPCM_32_RR_ADRESS                                */
+/* OPCM_32_RR_ADDRESS                               */
 enum {
     OPC2_32_RR_ADD_A                             = 0x01,
     OPC2_32_RR_ADDSC_A                           = 0x60,
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [Qemu-devel] [PATCH 2/3] target-arm: Fix typo in comment (seperately -> separately)
  2015-01-03 13:41 [Qemu-devel] [PATCH 0/3] Fix new typos found by codespell Stefan Weil
  2015-01-03 13:41 ` [Qemu-devel] [PATCH 1/3] target-tricore: Fix new typos Stefan Weil
@ 2015-01-03 13:41 ` Stefan Weil
  2015-01-03 13:41 ` [Qemu-devel] [PATCH 3/3] misc: Fix new typos in comments Stefan Weil
  2015-01-12  8:53 ` [Qemu-devel] [PATCH 0/3] Fix new typos found by codespell Michael Tokarev
  3 siblings, 0 replies; 6+ messages in thread
From: Stefan Weil @ 2015-01-03 13:41 UTC (permalink / raw)
  To: QEMU Trivial; +Cc: Stefan Weil, Greg Bellows, QEMU Developer, Peter Maydell

Cc: Peter Maydell <peter.maydell@linaro.org>
Cc: Greg Bellows <greg.bellows@linaro.org>
Signed-off-by: Stefan Weil <sw@weilnetz.de>
---
 target-arm/helper.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target-arm/helper.c b/target-arm/helper.c
index 3ef0f1f..1a5e067 100644
--- a/target-arm/helper.c
+++ b/target-arm/helper.c
@@ -972,7 +972,7 @@ static const ARMCPRegInfo v7_cp_reginfo[] = {
      * The override is necessary because of the overly-broad TLB_LOCKDOWN
      * definition.
      */
-     /* MAIR0/1 are defined seperately from their 64-bit counterpart which
+     /* MAIR0/1 are defined separately from their 64-bit counterpart which
       * allows them to assign the correct fieldoffset based on the endianness
       * handled in the field definitions.
       */
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [Qemu-devel] [PATCH 3/3] misc: Fix new typos in comments
  2015-01-03 13:41 [Qemu-devel] [PATCH 0/3] Fix new typos found by codespell Stefan Weil
  2015-01-03 13:41 ` [Qemu-devel] [PATCH 1/3] target-tricore: Fix new typos Stefan Weil
  2015-01-03 13:41 ` [Qemu-devel] [PATCH 2/3] target-arm: Fix typo in comment (seperately -> separately) Stefan Weil
@ 2015-01-03 13:41 ` Stefan Weil
  2015-01-05 16:51   ` John Snow
  2015-01-12  8:53 ` [Qemu-devel] [PATCH 0/3] Fix new typos found by codespell Michael Tokarev
  3 siblings, 1 reply; 6+ messages in thread
From: Stefan Weil @ 2015-01-03 13:41 UTC (permalink / raw)
  To: QEMU Trivial; +Cc: Stefan Weil, John Snow, QEMU Developer, Igor Mammedov

recieve -> receive
suprise -> surprise

Cc: Igor Mammedov <imammedo@redhat.com>
Cc: John Snow <jsnow@redhat.com>
Signed-off-by: Stefan Weil <sw@weilnetz.de>
---
 include/hw/hotplug.h |    2 +-
 tests/ahci-test.c    |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/hw/hotplug.h b/include/hw/hotplug.h
index 050d2f0..2db025d 100644
--- a/include/hw/hotplug.h
+++ b/include/hw/hotplug.h
@@ -52,7 +52,7 @@ typedef void (*hotplug_fn)(HotplugHandler *plug_handler,
  *                  require asynchronous unplug handling.
  * @unplug: unplug callback.
  *          Used for device removal with devices that implement
- *          asynchronous and synchronous (suprise) removal.
+ *          asynchronous and synchronous (surprise) removal.
  */
 typedef struct HotplugHandlerClass {
     /* <private> */
diff --git a/tests/ahci-test.c b/tests/ahci-test.c
index e77fa3a..b1a59f2 100644
--- a/tests/ahci-test.c
+++ b/tests/ahci-test.c
@@ -1289,7 +1289,7 @@ static void ahci_test_identify(QPCIDevice *ahci, void *hba_base)
     PX_WREG(i, AHCI_PX_IS, reg);
     g_assert_cmphex(PX_RREG(i, AHCI_PX_IS), ==, 0);
 
-    /* Wipe the FIS-Recieve Buffer */
+    /* Wipe the FIS-Receive Buffer */
     fb = PX_RREG(i, AHCI_PX_FB);
     g_assert_cmphex(fb, !=, 0);
     qmemset(fb, 0x00, 0x100);
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [Qemu-devel] [PATCH 3/3] misc: Fix new typos in comments
  2015-01-03 13:41 ` [Qemu-devel] [PATCH 3/3] misc: Fix new typos in comments Stefan Weil
@ 2015-01-05 16:51   ` John Snow
  0 siblings, 0 replies; 6+ messages in thread
From: John Snow @ 2015-01-05 16:51 UTC (permalink / raw)
  To: Stefan Weil, QEMU Trivial; +Cc: Igor Mammedov, QEMU Developer



On 01/03/2015 08:41 AM, Stefan Weil wrote:
> recieve -> receive
> suprise -> surprise
>
> Cc: Igor Mammedov <imammedo@redhat.com>
> Cc: John Snow <jsnow@redhat.com>
> Signed-off-by: Stefan Weil <sw@weilnetz.de>
> ---
>   include/hw/hotplug.h |    2 +-
>   tests/ahci-test.c    |    2 +-
>   2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/include/hw/hotplug.h b/include/hw/hotplug.h
> index 050d2f0..2db025d 100644
> --- a/include/hw/hotplug.h
> +++ b/include/hw/hotplug.h
> @@ -52,7 +52,7 @@ typedef void (*hotplug_fn)(HotplugHandler *plug_handler,
>    *                  require asynchronous unplug handling.
>    * @unplug: unplug callback.
>    *          Used for device removal with devices that implement
> - *          asynchronous and synchronous (suprise) removal.
> + *          asynchronous and synchronous (surprise) removal.
>    */
>   typedef struct HotplugHandlerClass {
>       /* <private> */
> diff --git a/tests/ahci-test.c b/tests/ahci-test.c
> index e77fa3a..b1a59f2 100644
> --- a/tests/ahci-test.c
> +++ b/tests/ahci-test.c
> @@ -1289,7 +1289,7 @@ static void ahci_test_identify(QPCIDevice *ahci, void *hba_base)
>       PX_WREG(i, AHCI_PX_IS, reg);
>       g_assert_cmphex(PX_RREG(i, AHCI_PX_IS), ==, 0);
>
> -    /* Wipe the FIS-Recieve Buffer */
> +    /* Wipe the FIS-Receive Buffer */
>       fb = PX_RREG(i, AHCI_PX_FB);
>       g_assert_cmphex(fb, !=, 0);
>       qmemset(fb, 0x00, 0x100);
>

I seem to have missed a certain elementary school rhyme.

Reviewed-by: John Snow <jsnow@redhat.com>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Qemu-devel] [PATCH 0/3] Fix new typos found by codespell
  2015-01-03 13:41 [Qemu-devel] [PATCH 0/3] Fix new typos found by codespell Stefan Weil
                   ` (2 preceding siblings ...)
  2015-01-03 13:41 ` [Qemu-devel] [PATCH 3/3] misc: Fix new typos in comments Stefan Weil
@ 2015-01-12  8:53 ` Michael Tokarev
  3 siblings, 0 replies; 6+ messages in thread
From: Michael Tokarev @ 2015-01-12  8:53 UTC (permalink / raw)
  To: Stefan Weil, QEMU Trivial; +Cc: QEMU Developer

03.01.2015 16:41, Stefan Weil wrote:
> [PATCH 1/3] target-tricore: Fix new typos
> [PATCH 2/3] target-arm: Fix typo in comment (seperately -> separately)
> [PATCH 3/3] misc: Fix new typos in comments

Applied all to -trivial, thank you!

/mjt

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-01-12  8:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-03 13:41 [Qemu-devel] [PATCH 0/3] Fix new typos found by codespell Stefan Weil
2015-01-03 13:41 ` [Qemu-devel] [PATCH 1/3] target-tricore: Fix new typos Stefan Weil
2015-01-03 13:41 ` [Qemu-devel] [PATCH 2/3] target-arm: Fix typo in comment (seperately -> separately) Stefan Weil
2015-01-03 13:41 ` [Qemu-devel] [PATCH 3/3] misc: Fix new typos in comments Stefan Weil
2015-01-05 16:51   ` John Snow
2015-01-12  8:53 ` [Qemu-devel] [PATCH 0/3] Fix new typos found by codespell Michael Tokarev

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.