summaryrefslogtreecommitdiffstats
path: root/include/asm-s390x/ccwcache.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2001-04-05 04:55:58 +0000
committerRalf Baechle <ralf@linux-mips.org>2001-04-05 04:55:58 +0000
commit74a9f2e1b4d3ab45a9f72cb5b556c9f521524ab3 (patch)
tree7c4cdb103ab1b388c9852a88bd6fb1e73eba0b5c /include/asm-s390x/ccwcache.h
parentee6374c8b0d333c08061c6a97bc77090d7461225 (diff)
Merge with Linux 2.4.3.
Note that mingetty does no longer work with serial console, you have to switch to another getty like getty_ps. This commit also includes a fix for a setitimer bug which did prevent getty_ps from working on older kernels.
Diffstat (limited to 'include/asm-s390x/ccwcache.h')
-rw-r--r--include/asm-s390x/ccwcache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-s390x/ccwcache.h b/include/asm-s390x/ccwcache.h
index cfbb03bf2..fd5efa10d 100644
--- a/include/asm-s390x/ccwcache.h
+++ b/include/asm-s390x/ccwcache.h
@@ -59,7 +59,7 @@ typedef struct ccw_req_t {
#define CQR_STATUS_FILLED 0x01 /* request is ready to be preocessed */
#define CQR_STATUS_QUEUED 0x02 /* request is queued to be processed */
#define CQR_STATUS_IN_IO 0x03 /* request is currently in IO */
-#define CQR_STATUS_DONE 0x04 /* request is completed sucessfully */
+#define CQR_STATUS_DONE 0x04 /* request is completed successfully */
#define CQR_STATUS_ERROR 0x05 /* request is completed with error */
#define CQR_STATUS_FAILED 0x06 /* request is finally failed */