[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] xen/livepatch: Drop stray tabs and fix indentation
Signed-off-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> --- CC: Konrad Rzeszutek Wilk <konrad.wilk@xxxxxxxxxx> CC: Ross Lagerwall <ross.lagerwall@xxxxxxxxxx> --- 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@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |