[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Xen-devel] [PATCH] coding style fix
- To: Andrii Anisov <andrii.anisov@xxxxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxxx
- From: Julien Grall <julien.grall@xxxxxxx>
- Date: Tue, 11 Sep 2018 12:41:07 +0100
- Cc: Stefano Stabellini <sstabellini@xxxxxxxxxx>, Andrii Anisov <andrii_anisov@xxxxxxxx>, Konrad Rzeszutek Wilk <konrad.wilk@xxxxxxxxxx>, George Dunlap <George.Dunlap@xxxxxxxxxxxxx>, Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, Ian Jackson <ian.jackson@xxxxxxxxxxxxx>, Tim Deegan <tim@xxxxxxx>, Jan Beulich <jbeulich@xxxxxxxx>, Wei Liu <wei.liu2@xxxxxxxxxx>
- Delivery-date: Tue, 11 Sep 2018 11:41:16 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
Hi,
A more meaningful title would be:
"xen/domain: Remove trailing whitespace"
This would help to understand...
On 11/09/18 12:38, Andrii Anisov wrote:
From: Andrii Anisov <andrii_anisov@xxxxxxxx>
Signed-off-by: Andrii Anisov <andrii_anisov@xxxxxxxx>
---
xen/common/domain.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/xen/common/domain.c b/xen/common/domain.c
index 78c450e..aec10a7 100644
--- a/xen/common/domain.c
+++ b/xen/common/domain.c
@@ -155,7 +155,7 @@ struct vcpu *alloc_vcpu(
}
else
{
- v->runstate.state = RUNSTATE_offline;
+ v->runstate.state = RUNSTATE_offline;
... this change quicker.
v->runstate.state_entry_time = NOW();
set_bit(_VPF_down, &v->pause_flags);
vcpu_info_reset(v);
Cheers,
--
Julien Grall
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/xen-devel
|