diff options
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 48d5abebfc3..ec2d4dbc093 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 <amax@us.ibm.com>  + * Author: Max Asböck <amax@us.ibm.com>   *   */ @@ -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  |