aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/microcode.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/arch/x86/microcode.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/arch/x86/microcode.c')
-rw-r--r--xen/arch/x86/microcode.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xen/arch/x86/microcode.c b/xen/arch/x86/microcode.c
index db1e424b2c..9c4b4d66f8 100644
--- a/xen/arch/x86/microcode.c
+++ b/xen/arch/x86/microcode.c
@@ -152,7 +152,7 @@ static void collect_cpu_info (void *unused)
unsigned int val[2];
uci->sig = uci->pf = uci->rev = uci->cksum = 0;
- uci->err = MC_NOTFOUND;
+ uci->err = MC_NOTFOUND;
uci->mc = NULL;
if (c->x86_vendor != X86_VENDOR_INTEL || c->x86 < 6 ||
@@ -460,7 +460,7 @@ int microcode_update(void *buf, unsigned long len)
int ret;
if (len < DEFAULT_UCODE_TOTALSIZE) {
- printk(KERN_ERR "microcode: not enough data\n");
+ printk(KERN_ERR "microcode: not enough data\n");
return -EINVAL;
}