]> xenbits.xensource.com Git - people/dariof/xen.git/commitdiff
xen/livepatch: Drop stray tabs and fix indentation
authorAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 5 Feb 2018 11:03:47 +0000 (11:03 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 5 Feb 2018 18:17:22 +0000 (18:17 +0000)
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
xen/common/livepatch.c

index b9376c94e918b7ba12c59693399a24e0b3cdf8aa..d6eaae6d3be4d17ec38dd787779b95c7bff8176c 100644 (file)
@@ -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);