From: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
To: Andrew Cooper <andrew.cooper3@citrix.com>
Cc: Ross Lagerwall <ross.lagerwall@citrix.com>,
Xen-devel <xen-devel@lists.xen.org>
Subject: Re: [PATCH] xen/livepatch: Drop stray tabs and fix indentation
Date: Mon, 5 Feb 2018 12:59:44 -0500 [thread overview]
Message-ID: <20180205175944.GY26220@char.us.oracle.com> (raw)
In-Reply-To: <1517828641-18797-1-git-send-email-andrew.cooper3@citrix.com>
On Mon, Feb 05, 2018 at 11:04:01AM +0000, Andrew Cooper wrote:
> Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
> ---
> CC: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Reviewed-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
> CC: Ross Lagerwall <ross.lagerwall@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
next prev parent reply other threads:[~2018-02-05 17:59 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-02-05 11:04 [PATCH] xen/livepatch: Drop stray tabs and fix indentation Andrew Cooper
2018-02-05 17:59 ` Konrad Rzeszutek Wilk [this message]
2018-02-06 10:17 ` Ross Lagerwall
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180205175944.GY26220@char.us.oracle.com \
--to=konrad.wilk@oracle.com \
--cc=andrew.cooper3@citrix.com \
--cc=ross.lagerwall@citrix.com \
--cc=xen-devel@lists.xen.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).