From 387ef0ea9b92303073fd18f5a4a2ca9bc45ff1b6 Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Thu, 4 Aug 2011 16:48:04 +0200 Subject: [PATCH] cosmetic changes --- arch/x86/kernel/apic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/kernel/apic.c b/arch/x86/kernel/apic.c index 0651750e..379a181b 100644 --- a/arch/x86/kernel/apic.c +++ b/arch/x86/kernel/apic.c @@ -338,7 +338,7 @@ static apic_mp_t* search_apic(size_t base, size_t limit) { if (tmp->signature == MP_FLT_SIGNATURE) { if (!((tmp->version > 4) || tmp->features[0])) return tmp; - } + } } return NULL;