All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] hw/ppc/pegasos2: Fix a typo in a comment
@ 2023-02-03 19:43 BALATON Zoltan
  2023-02-03 20:47 ` Philippe Mathieu-Daudé
  2023-02-04 18:55 ` Daniel Henrique Barboza
  0 siblings, 2 replies; 3+ messages in thread
From: BALATON Zoltan @ 2023-02-03 19:43 UTC (permalink / raw)
  To: qemu-devel, qemu-ppc; +Cc: Daniel Henrique Barboza

Reported-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
---
 hw/ppc/pegasos2.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/ppc/pegasos2.c b/hw/ppc/pegasos2.c
index 1a13632ba6..a9563f4fb2 100644
--- a/hw/ppc/pegasos2.c
+++ b/hw/ppc/pegasos2.c
@@ -564,7 +564,7 @@ static void dt_isa(PCIBus *bus, PCIDevice *d, FDTInfo *fi)
     qemu_fdt_setprop_string(fi->fdt, fi->path, "device_type", "isa");
     qemu_fdt_setprop_string(fi->fdt, fi->path, "name", "isa");
 
-    /* addional devices */
+    /* additional devices */
     g_string_printf(name, "%s/lpt@i3bc", fi->path);
     qemu_fdt_add_subnode(fi->fdt, name->str);
     qemu_fdt_setprop_cell(fi->fdt, name->str, "clock-frequency", 0);
-- 
2.30.6



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

* Re: [PATCH] hw/ppc/pegasos2: Fix a typo in a comment
  2023-02-03 19:43 [PATCH] hw/ppc/pegasos2: Fix a typo in a comment BALATON Zoltan
@ 2023-02-03 20:47 ` Philippe Mathieu-Daudé
  2023-02-04 18:55 ` Daniel Henrique Barboza
  1 sibling, 0 replies; 3+ messages in thread
From: Philippe Mathieu-Daudé @ 2023-02-03 20:47 UTC (permalink / raw)
  To: BALATON Zoltan, qemu-devel, qemu-ppc
  Cc: Daniel Henrique Barboza, QEMU Trivial

On 3/2/23 20:43, BALATON Zoltan wrote:
> Reported-by: Stefan Weil <sw@weilnetz.de>
> Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
> ---
>   hw/ppc/pegasos2.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>



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

* Re: [PATCH] hw/ppc/pegasos2: Fix a typo in a comment
  2023-02-03 19:43 [PATCH] hw/ppc/pegasos2: Fix a typo in a comment BALATON Zoltan
  2023-02-03 20:47 ` Philippe Mathieu-Daudé
@ 2023-02-04 18:55 ` Daniel Henrique Barboza
  1 sibling, 0 replies; 3+ messages in thread
From: Daniel Henrique Barboza @ 2023-02-04 18:55 UTC (permalink / raw)
  To: BALATON Zoltan, qemu-devel, qemu-ppc

Queued in gitlab.com/danielhb/qemu/tree/ppc-next. Thanks,


Daniel

On 2/3/23 16:43, BALATON Zoltan wrote:
> Reported-by: Stefan Weil <sw@weilnetz.de>
> Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
> ---
>   hw/ppc/pegasos2.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/hw/ppc/pegasos2.c b/hw/ppc/pegasos2.c
> index 1a13632ba6..a9563f4fb2 100644
> --- a/hw/ppc/pegasos2.c
> +++ b/hw/ppc/pegasos2.c
> @@ -564,7 +564,7 @@ static void dt_isa(PCIBus *bus, PCIDevice *d, FDTInfo *fi)
>       qemu_fdt_setprop_string(fi->fdt, fi->path, "device_type", "isa");
>       qemu_fdt_setprop_string(fi->fdt, fi->path, "name", "isa");
>   
> -    /* addional devices */
> +    /* additional devices */
>       g_string_printf(name, "%s/lpt@i3bc", fi->path);
>       qemu_fdt_add_subnode(fi->fdt, name->str);
>       qemu_fdt_setprop_cell(fi->fdt, name->str, "clock-frequency", 0);


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

end of thread, other threads:[~2023-02-04 18:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-03 19:43 [PATCH] hw/ppc/pegasos2: Fix a typo in a comment BALATON Zoltan
2023-02-03 20:47 ` Philippe Mathieu-Daudé
2023-02-04 18:55 ` Daniel Henrique Barboza

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.