diff mbox series

migration: fix a typo

Message ID 20190525062832.18009-1-liq3ea@163.com (mailing list archive)
State New, archived
Headers show
Series migration: fix a typo | expand

Commit Message

Li Qiang May 25, 2019, 6:28 a.m. UTC
'postocpy' should be 'postcopy'.

CC: qemu-trivial@nongnu.org
Signed-off-by: Li Qiang <liq3ea@163.com>
---
 migration/ram.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Alex Bennée May 25, 2019, 7:32 a.m. UTC | #1
Li Qiang <liq3ea@163.com> writes:

> 'postocpy' should be 'postcopy'.
>
> CC: qemu-trivial@nongnu.org
> Signed-off-by: Li Qiang <liq3ea@163.com>

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>

> ---
>  migration/ram.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/migration/ram.c b/migration/ram.c
> index 4c60869226..359dc8f1bc 100644
> --- a/migration/ram.c
> +++ b/migration/ram.c
> @@ -2236,7 +2236,7 @@ static RAMBlock *unqueue_page(RAMState *rs, ram_addr_t *offset)
>  }
>
>  /**
> - * get_queued_page: unqueue a page from the postocpy requests
> + * get_queued_page: unqueue a page from the postcopy requests
>   *
>   * Skips pages that are already sent (!dirty)
>   *


--
Alex Bennée
Laurent Vivier May 28, 2019, 7:01 a.m. UTC | #2
On 25/05/2019 08:28, Li Qiang wrote:
> 'postocpy' should be 'postcopy'.
> 
> CC: qemu-trivial@nongnu.org
> Signed-off-by: Li Qiang <liq3ea@163.com>
> ---
>   migration/ram.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/migration/ram.c b/migration/ram.c
> index 4c60869226..359dc8f1bc 100644
> --- a/migration/ram.c
> +++ b/migration/ram.c
> @@ -2236,7 +2236,7 @@ static RAMBlock *unqueue_page(RAMState *rs, ram_addr_t *offset)
>   }
>   
>   /**
> - * get_queued_page: unqueue a page from the postocpy requests
> + * get_queued_page: unqueue a page from the postcopy requests
>    *
>    * Skips pages that are already sent (!dirty)
>    *
>
Applied to my trivial-patches branch.

Thanks,
Laurent
Juan Quintela May 28, 2019, 8:20 a.m. UTC | #3
Li Qiang <liq3ea@163.com> wrote:
> 'postocpy' should be 'postcopy'.
>
> CC: qemu-trivial@nongnu.org
> Signed-off-by: Li Qiang <liq3ea@163.com>

Reviewed-by: Juan Quintela <quintela@redhat.com>

Already in through trivial patches.
diff mbox series

Patch

diff --git a/migration/ram.c b/migration/ram.c
index 4c60869226..359dc8f1bc 100644
--- a/migration/ram.c
+++ b/migration/ram.c
@@ -2236,7 +2236,7 @@  static RAMBlock *unqueue_page(RAMState *rs, ram_addr_t *offset)
 }
 
 /**
- * get_queued_page: unqueue a page from the postocpy requests
+ * get_queued_page: unqueue a page from the postcopy requests
  *
  * Skips pages that are already sent (!dirty)
  *