[PATCH 02/24] x86: kernel/apm_32.c cleanup

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


Remove additional whitespaces and tabs.

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

diff --git a/arch/x86/kernel/apm_32.c b/arch/x86/kernel/apm_32.c
index 9ee24e6..b0c049c 100644
--- a/arch/x86/kernel/apm_32.c
+++ b/arch/x86/kernel/apm_32.c
@@ -435,7 +435,7 @@ static const char * const apm_event_name[] = {

typedef struct lookup_t {
int key;
- char *msg;
+ char *msg;
} lookup_t;

/*
@@ -1679,8 +1679,8 @@ static int apm(void *unused)
unsigned short cx;
unsigned short dx;
int error;
- char *power_stat;
- char *bat_stat;
+ char *power_stat;
+ char *bat_stat;

#ifdef CONFIG_SMP
/* 2002/08/01 - WT
--
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/