aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/sched_sedf.c
diff options
context:
space:
mode:
authorshand@kneesaa.uk.xensource.com <shand@kneesaa.uk.xensource.com>2006-08-16 11:36:13 +0100
committershand@kneesaa.uk.xensource.com <shand@kneesaa.uk.xensource.com>2006-08-16 11:36:13 +0100
commit4aedf8adc3d1d921b93449bd535d6edb191fd5a3 (patch)
treef2d195a70515cb9e4dca98bec1bc28ded2a6f51c /xen/common/sched_sedf.c
parent8c392e5169e5e2d7338d36c04b17ac32e948dd6f (diff)
downloadxen-4aedf8adc3d1d921b93449bd535d6edb191fd5a3.tar.gz
xen-4aedf8adc3d1d921b93449bd535d6edb191fd5a3.tar.bz2
xen-4aedf8adc3d1d921b93449bd535d6edb191fd5a3.zip
Whitespace clean-ups.
Signed-off-by: Steven Hand <steven@xensource.com>
Diffstat (limited to 'xen/common/sched_sedf.c')
-rw-r--r--xen/common/sched_sedf.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/xen/common/sched_sedf.c b/xen/common/sched_sedf.c
index 240bb503fe..c3a9d14221 100644
--- a/xen/common/sched_sedf.c
+++ b/xen/common/sched_sedf.c
@@ -69,7 +69,7 @@ struct sedf_vcpu_info {
/*Advaced Parameters*/
/*Latency Scaling*/
- s_time_t period_orig;
+ s_time_t period_orig;
s_time_t slice_orig;
s_time_t latency;
@@ -87,7 +87,7 @@ struct sedf_vcpu_info {
s_time_t unblock_abs;
/*scores for {util, block penalty}-weighted extratime distribution*/
- int score[2];
+ int score[2];
s_time_t short_block_lost_tot;
/*Statistics*/
@@ -157,7 +157,7 @@ static inline void extraq_del(struct vcpu *d, int i)
struct list_head *list = EXTRALIST(d,i);
ASSERT(extraq_on(d,i));
PRINT(3, "Removing domain %i.%i from L%i extraq\n",
- d->domain->domain_id, d->vcpu_id, i);
+ d->domain->domain_id, d->vcpu_id, i);
list_del(list);
list->next = NULL;
ASSERT(!extraq_on(d, i));
@@ -179,7 +179,7 @@ static inline void extraq_add_sort_update(struct vcpu *d, int i, int sub)
PRINT(3, "Adding domain %i.%i (score= %i, short_pen= %"PRIi64")"
" to L%i extraq\n",
d->domain->domain_id, d->vcpu_id, EDOM_INFO(d)->score[i],
- EDOM_INFO(d)->short_block_lost_tot, i);
+ EDOM_INFO(d)->short_block_lost_tot, i);
/*
* Iterate through all elements to find our "hole" and on our way