projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42c8cdc
)
xen: arm: fix indentation of struct vtimer
author
Ian Campbell
<ian.campbell@citrix.com>
Fri, 15 Nov 2019 20:01:05 +0000
(15:01 -0500)
committer
Julien Grall
<julien@xen.org>
Tue, 3 Dec 2019 11:35:33 +0000
(11:35 +0000)
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Julien Grall <julien@xen.org>
xen/include/asm-arm/domain.h
patch
|
blob
|
history
diff --git
a/xen/include/asm-arm/domain.h
b/xen/include/asm-arm/domain.h
index 86ebdd2bcf254b75687cb4cc14f5c94993d7f9eb..f3f3fb7d7fb7480835139dcfd74bd208dedb102d 100644
(file)
--- a/
xen/include/asm-arm/domain.h
+++ b/
xen/include/asm-arm/domain.h
@@
-35,11
+35,11
@@
enum domain_type {
#define is_domain_direct_mapped(d) ((d) == hardware_domain)
struct vtimer {
-
struct vcpu *v;
-
int irq;
-
struct timer timer;
-
uint32_t ctl;
-
uint64_t cval;
+ struct vcpu *v;
+ int irq;
+ struct timer timer;
+ uint32_t ctl;
+ uint64_t cval;
};
struct arch_domain