xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Andrew Cooper <andrew.cooper3@citrix.com>
To: Xen-devel <xen-devel@lists.xen.org>
Cc: Andrew Cooper <andrew.cooper3@citrix.com>,
	Ross Lagerwall <ross.lagerwall@citrix.com>
Subject: [PATCH] xen/livepatch: Drop stray tabs and fix indentation
Date: Mon, 5 Feb 2018 11:04:01 +0000	[thread overview]
Message-ID: <1517828641-18797-1-git-send-email-andrew.cooper3@citrix.com> (raw)

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
---
CC: 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

             reply	other threads:[~2018-02-05 11:04 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-05 11:04 Andrew Cooper [this message]
2018-02-05 17:59 ` [PATCH] xen/livepatch: Drop stray tabs and fix indentation Konrad Rzeszutek Wilk
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=1517828641-18797-1-git-send-email-andrew.cooper3@citrix.com \
    --to=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).