From 1c3545eeaf4ac6f8d5db5a52c29c112694bcd4f0 Mon Sep 17 00:00:00 2001 From: Andrew Cooper Date: Mon, 5 Feb 2018 11:03:47 +0000 Subject: [PATCH] xen/livepatch: Drop stray tabs and fix indentation Signed-off-by: Andrew Cooper Reviewed-by: Konrad Rzeszutek Wilk --- 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 b9376c94e9..d6eaae6d3b 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.30.2