xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] xen/livepatch: Drop stray tabs and fix indentation
@ 2018-02-05 11:04 Andrew Cooper
  2018-02-05 17:59 ` Konrad Rzeszutek Wilk
  2018-02-06 10:17 ` Ross Lagerwall
  0 siblings, 2 replies; 3+ messages in thread
From: Andrew Cooper @ 2018-02-05 11:04 UTC (permalink / raw)
  To: Xen-devel; +Cc: Andrew Cooper, Ross Lagerwall

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
---
CC: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
CC: Ross Lagerwall <ross.lagerwall@citrix.com>
---
 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@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] xen/livepatch: Drop stray tabs and fix indentation
  2018-02-05 11:04 [PATCH] xen/livepatch: Drop stray tabs and fix indentation Andrew Cooper
@ 2018-02-05 17:59 ` Konrad Rzeszutek Wilk
  2018-02-06 10:17 ` Ross Lagerwall
  1 sibling, 0 replies; 3+ messages in thread
From: Konrad Rzeszutek Wilk @ 2018-02-05 17:59 UTC (permalink / raw)
  To: Andrew Cooper; +Cc: Ross Lagerwall, Xen-devel

On Mon, Feb 05, 2018 at 11:04:01AM +0000, Andrew Cooper wrote:
> Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
> ---
> CC: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>

Reviewed-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>

> CC: Ross Lagerwall <ross.lagerwall@citrix.com>
> ---
>  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@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] xen/livepatch: Drop stray tabs and fix indentation
  2018-02-05 11:04 [PATCH] xen/livepatch: Drop stray tabs and fix indentation Andrew Cooper
  2018-02-05 17:59 ` Konrad Rzeszutek Wilk
@ 2018-02-06 10:17 ` Ross Lagerwall
  1 sibling, 0 replies; 3+ messages in thread
From: Ross Lagerwall @ 2018-02-06 10:17 UTC (permalink / raw)
  To: Andrew Cooper, Xen-devel

On 02/05/2018 11:04 AM, Andrew Cooper wrote:
> Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
> ---
> CC: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
> CC: Ross Lagerwall <ross.lagerwall@citrix.com>
> ---
>   xen/common/livepatch.c | 6 +++---
>   1 file changed, 3 insertions(+), 3 deletions(-)
> 

Reviewed-by: Ross Lagerwall <ross.lagerwall@citrix.com>

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-02-06 10:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-05 11:04 [PATCH] xen/livepatch: Drop stray tabs and fix indentation Andrew Cooper
2018-02-05 17:59 ` Konrad Rzeszutek Wilk
2018-02-06 10:17 ` Ross Lagerwall

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).