aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/timer.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/timer.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/timer.c')
-rw-r--r--xen/common/timer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xen/common/timer.c b/xen/common/timer.c
index 526bb48959..8f2fa9964e 100644
--- a/xen/common/timer.c
+++ b/xen/common/timer.c
@@ -343,12 +343,12 @@ static void dump_timerq(unsigned char key)
{
struct timer *t;
struct timers *ts;
- unsigned long flags;
+ unsigned long flags;
s_time_t now = NOW();
int i, j;
printk("Dumping timer queues: NOW=0x%08X%08X\n",
- (u32)(now>>32), (u32)now);
+ (u32)(now>>32), (u32)now);
for_each_online_cpu( i )
{