All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-trivial] [PATCH] hw: Spelling fix in log message
@ 2013-01-16 17:40 ` Stefan Weil
  0 siblings, 0 replies; 6+ messages in thread
From: Stefan Weil @ 2013-01-16 17:40 UTC (permalink / raw)
  To: qemu-trivial; +Cc: Stefan Weil, qemu-devel

defineition -> definition

Signed-off-by: Stefan Weil <sw@weilnetz.de>
---
 hw/openrisc_sim.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/openrisc_sim.c b/hw/openrisc_sim.c
index fb47cdc..6c443ba 100644
--- a/hw/openrisc_sim.c
+++ b/hw/openrisc_sim.c
@@ -107,7 +107,7 @@ static void openrisc_sim_init(QEMUMachineInitArgs *args)
     for (n = 0; n < smp_cpus; n++) {
         cpu = cpu_openrisc_init(cpu_model);
         if (cpu == NULL) {
-            qemu_log("Unable to find CPU defineition!\n");
+            qemu_log("Unable to find CPU definition!\n");
             exit(1);
         }
         qemu_register_reset(main_cpu_reset, cpu);
-- 
1.7.10.4



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

* [Qemu-devel] [PATCH] hw: Spelling fix in log message
@ 2013-01-16 17:40 ` Stefan Weil
  0 siblings, 0 replies; 6+ messages in thread
From: Stefan Weil @ 2013-01-16 17:40 UTC (permalink / raw)
  To: qemu-trivial; +Cc: Stefan Weil, qemu-devel

defineition -> definition

Signed-off-by: Stefan Weil <sw@weilnetz.de>
---
 hw/openrisc_sim.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/openrisc_sim.c b/hw/openrisc_sim.c
index fb47cdc..6c443ba 100644
--- a/hw/openrisc_sim.c
+++ b/hw/openrisc_sim.c
@@ -107,7 +107,7 @@ static void openrisc_sim_init(QEMUMachineInitArgs *args)
     for (n = 0; n < smp_cpus; n++) {
         cpu = cpu_openrisc_init(cpu_model);
         if (cpu == NULL) {
-            qemu_log("Unable to find CPU defineition!\n");
+            qemu_log("Unable to find CPU definition!\n");
             exit(1);
         }
         qemu_register_reset(main_cpu_reset, cpu);
-- 
1.7.10.4

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

* Re: [Qemu-trivial] [Qemu-devel] [PATCH] hw: Spelling fix in log message
  2013-01-16 17:40 ` [Qemu-devel] " Stefan Weil
@ 2013-01-16 22:32   ` Andreas Färber
  -1 siblings, 0 replies; 6+ messages in thread
From: Andreas Färber @ 2013-01-16 22:32 UTC (permalink / raw)
  To: Stefan Weil; +Cc: qemu-trivial, qemu-devel, Liu

Am 16.01.2013 18:40, schrieb Stefan Weil:
> defineition -> definition
> 
> Signed-off-by: Stefan Weil <sw@weilnetz.de>
> ---
>  hw/openrisc_sim.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/hw/openrisc_sim.c b/hw/openrisc_sim.c
> index fb47cdc..6c443ba 100644
> --- a/hw/openrisc_sim.c
> +++ b/hw/openrisc_sim.c
> @@ -107,7 +107,7 @@ static void openrisc_sim_init(QEMUMachineInitArgs *args)
>      for (n = 0; n < smp_cpus; n++) {
>          cpu = cpu_openrisc_init(cpu_model);
>          if (cpu == NULL) {
> -            qemu_log("Unable to find CPU defineition!\n");
> +            qemu_log("Unable to find CPU definition!\n");
>              exit(1);
>          }
>          qemu_register_reset(main_cpu_reset, cpu);

Reviewed-by: Andreas Färber <afaerber@suse.de>

Andreas

-- 
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg


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

* Re: [Qemu-devel] [PATCH] hw: Spelling fix in log message
@ 2013-01-16 22:32   ` Andreas Färber
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas Färber @ 2013-01-16 22:32 UTC (permalink / raw)
  To: Stefan Weil; +Cc: qemu-trivial, qemu-devel, Liu

Am 16.01.2013 18:40, schrieb Stefan Weil:
> defineition -> definition
> 
> Signed-off-by: Stefan Weil <sw@weilnetz.de>
> ---
>  hw/openrisc_sim.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/hw/openrisc_sim.c b/hw/openrisc_sim.c
> index fb47cdc..6c443ba 100644
> --- a/hw/openrisc_sim.c
> +++ b/hw/openrisc_sim.c
> @@ -107,7 +107,7 @@ static void openrisc_sim_init(QEMUMachineInitArgs *args)
>      for (n = 0; n < smp_cpus; n++) {
>          cpu = cpu_openrisc_init(cpu_model);
>          if (cpu == NULL) {
> -            qemu_log("Unable to find CPU defineition!\n");
> +            qemu_log("Unable to find CPU definition!\n");
>              exit(1);
>          }
>          qemu_register_reset(main_cpu_reset, cpu);

Reviewed-by: Andreas Färber <afaerber@suse.de>

Andreas

-- 
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg

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

* Re: [Qemu-trivial] [PATCH] hw: Spelling fix in log message
  2013-01-16 17:40 ` [Qemu-devel] " Stefan Weil
@ 2013-01-18 13:43   ` Stefan Hajnoczi
  -1 siblings, 0 replies; 6+ messages in thread
From: Stefan Hajnoczi @ 2013-01-18 13:43 UTC (permalink / raw)
  To: Stefan Weil; +Cc: qemu-trivial, qemu-devel

On Wed, Jan 16, 2013 at 06:40:29PM +0100, Stefan Weil wrote:
> defineition -> definition
> 
> Signed-off-by: Stefan Weil <sw@weilnetz.de>
> ---
>  hw/openrisc_sim.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Thanks, applied to the trivial patches tree:
https://github.com/stefanha/qemu/commits/trivial-patches

Stefan


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

* Re: [Qemu-devel] [Qemu-trivial] [PATCH] hw: Spelling fix in log message
@ 2013-01-18 13:43   ` Stefan Hajnoczi
  0 siblings, 0 replies; 6+ messages in thread
From: Stefan Hajnoczi @ 2013-01-18 13:43 UTC (permalink / raw)
  To: Stefan Weil; +Cc: qemu-trivial, qemu-devel

On Wed, Jan 16, 2013 at 06:40:29PM +0100, Stefan Weil wrote:
> defineition -> definition
> 
> Signed-off-by: Stefan Weil <sw@weilnetz.de>
> ---
>  hw/openrisc_sim.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Thanks, applied to the trivial patches tree:
https://github.com/stefanha/qemu/commits/trivial-patches

Stefan

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

end of thread, other threads:[~2013-01-18 13:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-16 17:40 [Qemu-trivial] [PATCH] hw: Spelling fix in log message Stefan Weil
2013-01-16 17:40 ` [Qemu-devel] " Stefan Weil
2013-01-16 22:32 ` [Qemu-trivial] " Andreas Färber
2013-01-16 22:32   ` Andreas Färber
2013-01-18 13:43 ` [Qemu-trivial] " Stefan Hajnoczi
2013-01-18 13:43   ` [Qemu-devel] " Stefan Hajnoczi

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.