diff options
| author | Dmitry Torokhov <[email protected]> | 2007-07-17 11:03:58 +0000 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2007-07-17 17:23:04 +0000 |
| commit | 3110dc7a8660ea1617afac2a55e3d18ae6ce141b (patch) | |
| tree | 616aaa6975f236c220b35271e1fbfddfe658a547 /drivers/misc/ibmasm/ibmasm.h | |
| parent | x86_64: speedup touch_nmi_watchdog (diff) | |
| download | kernel-3110dc7a8660ea1617afac2a55e3d18ae6ce141b.tar.gz kernel-3110dc7a8660ea1617afac2a55e3d18ae6ce141b.zip | |
IBMASM: whitespace cleanup
IBMASM: whitespace cleanup
Signed-off-by: Dmitry Torokhov <[email protected]>
Cc: Vernon Mauery <[email protected]>
Cc: Max Asbock <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'drivers/misc/ibmasm/ibmasm.h')
| -rw-r--r-- | drivers/misc/ibmasm/ibmasm.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/misc/ibmasm/ibmasm.h b/drivers/misc/ibmasm/ibmasm.h index 48d5abebfc30..ec2d4dbc093b 100644 --- a/drivers/misc/ibmasm/ibmasm.h +++ b/drivers/misc/ibmasm/ibmasm.h @@ -18,7 +18,7 @@ * * Copyright (C) IBM Corporation, 2004 * - * Author: Max Asb�ck <[email protected]> + * Author: Max Asb�ck <[email protected]> * */ @@ -58,8 +58,8 @@ static inline char *get_timestamp(char *buf) return buf; } -#define IBMASM_CMD_PENDING 0 -#define IBMASM_CMD_COMPLETE 1 +#define IBMASM_CMD_PENDING 0 +#define IBMASM_CMD_COMPLETE 1 #define IBMASM_CMD_FAILED 2 #define IBMASM_CMD_TIMEOUT_NORMAL 45 |
