From: Andrew Cooper Date: Mon, 5 Feb 2018 11:03:47 +0000 (+0000) Subject: xen/livepatch: Drop stray tabs and fix indentation X-Git-Tag: archive/raspbian/4.11.1-1+rpi1~1^2~66^2~627 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=1c3545eeaf4ac6f8d5db5a52c29c112694bcd4f0;p=xen.git xen/livepatch: Drop stray tabs and fix indentation Signed-off-by: Andrew Cooper Reviewed-by: Konrad Rzeszutek Wilk --- 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);