aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/mpparse.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/mpparse.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/mpparse.c')
-rw-r--r--xen/arch/x86/mpparse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/arch/x86/mpparse.c b/xen/arch/x86/mpparse.c
index 3a53d91fd8..7141b55f27 100644
--- a/xen/arch/x86/mpparse.c
+++ b/xen/arch/x86/mpparse.c
@@ -107,7 +107,7 @@ static int __init mpf_checksum(unsigned char *mp, int len)
* doing this ....
*/
-static int mpc_record;
+static int mpc_record;
static struct mpc_config_translation *translation_table[MAX_MPC_ENTRY] __initdata;
#ifdef CONFIG_X86_NUMAQ