[PATCH 01/24] x86: kernel/alternative.c cleanup

From: Gustavo F. Padovan
Date: Mon Jul 28 2008 - 17:10:02 EST


Remove additional whitespaces.

Signed-off-by: Gustavo F. Padovan <gustavo@xxxxxxxxxxxxxxxxx>
---
arch/x86/kernel/alternative.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/x86/kernel/alternative.c b/arch/x86/kernel/alternative.c
index 2763cb3..f5c48c4 100644
--- a/arch/x86/kernel/alternative.c
+++ b/arch/x86/kernel/alternative.c
@@ -458,7 +458,7 @@ void __init alternative_instructions(void)
alternatives_smp_switch(0);
}
#endif
- apply_paravirt(__parainstructions, __parainstructions_end);
+ apply_paravirt(__parainstructions, __parainstructions_end);

if (smp_alt_once)
free_init_pages("SMP alternatives",
--
1.5.4.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/