On Mon, Feb 05, 2018 at 11:04:01AM +0000, Andrew Cooper wrote:
> Signed-off-by: Andrew Cooper <andrew.coop...@citrix.com>
> ---
> CC: Konrad Rzeszutek Wilk <konrad.w...@oracle.com>

Reviewed-by: Konrad Rzeszutek Wilk <konrad.w...@oracle.com>

> CC: Ross Lagerwall <ross.lagerw...@citrix.com>
> ---
>  xen/common/livepatch.c | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/xen/common/livepatch.c b/xen/common/livepatch.c
> index b9376c9..d6eaae6 100644
> --- a/xen/common/livepatch.c
> +++ b/xen/common/livepatch.c
> @@ -1170,9 +1170,9 @@ static void livepatch_do_action(void)
>      case LIVEPATCH_ACTION_REPLACE:
>          rc = 0;
>          /*
> -      * N.B: Use 'applied_list' member, not 'list'. We also abuse the
> -      * the 'normal' list iterator as the list is an RCU one.
> -      */
> +         * N.B: Use 'applied_list' member, not 'list'. We also abuse the
> +         * the 'normal' list iterator as the list is an RCU one.
> +         */
>          list_for_each_entry_safe_reverse ( other, tmp, &applied_list, 
> applied_list )
>          {
>              other->rc = revert_payload(other);
> -- 
> 2.1.4
> 

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

Reply via email to