[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen master] xen/livepatch: Drop stray tabs and fix indentation
commit 1c3545eeaf4ac6f8d5db5a52c29c112694bcd4f0 Author: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> AuthorDate: Mon Feb 5 11:03:47 2018 +0000 Commit: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> CommitDate: Mon Feb 5 18:17:22 2018 +0000 xen/livepatch: Drop stray tabs and fix indentation Signed-off-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> Reviewed-by: Konrad Rzeszutek Wilk <konrad.wilk@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); -- generated by git-patchbot for /home/xen/git/xen.git#master _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |