[Qemu-devel] [PATCH] pc_init1: fix a typo in comment

Li Qiang posted 1 patch 7 years, 3 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20181016150300.65172-1-liq3ea@163.com
Test docker-clang@ubuntu passed
Test checkpatch passed
Test asan passed
Test docker-mingw@fedora failed
Test docker-quick@centos7 passed
hw/i386/pc_piix.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[Qemu-devel] [PATCH] pc_init1: fix a typo in comment
Posted by Li Qiang 7 years, 3 months ago
Signed-off-by: Li Qiang <liq3ea@163.com>
---
 hw/i386/pc_piix.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/i386/pc_piix.c b/hw/i386/pc_piix.c
index dc09466b3e..0133668ce2 100644
--- a/hw/i386/pc_piix.c
+++ b/hw/i386/pc_piix.c
@@ -111,7 +111,7 @@ static void pc_init1(MachineState *machine,
      *    so legacy non-PAE guests can get as much memory as possible in
      *    the 32bit address space below 4G.
      *
-     *  - Note that Xen has its own ram setp code in xen_ram_init(),
+     *  - Note that Xen has its own ram setup code in xen_ram_init(),
      *    called via xen_hvm_init().
      *
      * Examples:
-- 
2.17.1



Re: [Qemu-devel] [PATCH] pc_init1: fix a typo in comment
Posted by Peter Maydell 7 years, 3 months ago
On 16 October 2018 at 16:03, Li Qiang <liq3ea@163.com> wrote:
> Signed-off-by: Li Qiang <liq3ea@163.com>
> ---
>  hw/i386/pc_piix.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/hw/i386/pc_piix.c b/hw/i386/pc_piix.c
> index dc09466b3e..0133668ce2 100644
> --- a/hw/i386/pc_piix.c
> +++ b/hw/i386/pc_piix.c
> @@ -111,7 +111,7 @@ static void pc_init1(MachineState *machine,
>       *    so legacy non-PAE guests can get as much memory as possible in
>       *    the 32bit address space below 4G.
>       *
> -     *  - Note that Xen has its own ram setp code in xen_ram_init(),
> +     *  - Note that Xen has its own ram setup code in xen_ram_init(),
>       *    called via xen_hvm_init().
>       *
>       * Examples:
> --

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>

thanks
-- PMM