diff options
author | Coly Li <coyli@suse.de> | 2009-01-07 21:09:16 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-01-08 11:31:15 -0500 |
commit | 73ac36ea14fd18ea3dc057e41b16ff31a3c0bd5a (patch) | |
tree | 7f187cade83d9ca9bd180273c25e1216a1dff506 /drivers/s390 | |
parent | da2bdf9a6ff40b10d77620d0d76b02a738c103cb (diff) |
fix similar typos to successfull
When I review ocfs2 code, find there are 2 typos to "successfull". After
doing grep "successfull " in kernel tree, 22 typos found totally -- great
minds always think alike :)
This patch fixes all the similar typos. Thanks for Randy's ack and comments.
Signed-off-by: Coly Li <coyli@suse.de>
Acked-by: Randy Dunlap <randy.dunlap@oracle.com>
Acked-by: Roland Dreier <rolandd@cisco.com>
Cc: Jeremy Kerr <jk@ozlabs.org>
Cc: Jeff Garzik <jeff@garzik.org>
Cc: Heiko Carstens <heiko.carstens@de.ibm.com>
Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
Cc: Theodore Ts'o <tytso@mit.edu>
Cc: Mark Fasheh <mfasheh@suse.com>
Cc: Vlad Yasevich <vladislav.yasevich@hp.com>
Cc: Sridhar Samudrala <sri@us.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/s390')
-rw-r--r-- | drivers/s390/block/dasd_3990_erp.c | 2 | ||||
-rw-r--r-- | drivers/s390/block/dasd_int.h | 2 | ||||
-rw-r--r-- | drivers/s390/char/tape_3590.c | 2 | ||||
-rw-r--r-- | drivers/s390/cio/cio.c | 2 | ||||
-rw-r--r-- | drivers/s390/cio/qdio_main.c | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/drivers/s390/block/dasd_3990_erp.c b/drivers/s390/block/dasd_3990_erp.c index b8f9c00633f3..d82aad5224f0 100644 --- a/drivers/s390/block/dasd_3990_erp.c +++ b/drivers/s390/block/dasd_3990_erp.c | |||
@@ -2621,7 +2621,7 @@ dasd_3990_erp_action(struct dasd_ccw_req * cqr) | |||
2621 | } | 2621 | } |
2622 | } | 2622 | } |
2623 | 2623 | ||
2624 | /* double-check if current erp/cqr was successfull */ | 2624 | /* double-check if current erp/cqr was successful */ |
2625 | if ((cqr->irb.scsw.cmd.cstat == 0x00) && | 2625 | if ((cqr->irb.scsw.cmd.cstat == 0x00) && |
2626 | (cqr->irb.scsw.cmd.dstat == | 2626 | (cqr->irb.scsw.cmd.dstat == |
2627 | (DEV_STAT_CHN_END | DEV_STAT_DEV_END))) { | 2627 | (DEV_STAT_CHN_END | DEV_STAT_DEV_END))) { |
diff --git a/drivers/s390/block/dasd_int.h b/drivers/s390/block/dasd_int.h index 05a14536c369..4a39084d9c95 100644 --- a/drivers/s390/block/dasd_int.h +++ b/drivers/s390/block/dasd_int.h | |||
@@ -199,7 +199,7 @@ struct dasd_ccw_req { | |||
199 | #define DASD_CQR_ERROR 0x82 /* request is completed with error */ | 199 | #define DASD_CQR_ERROR 0x82 /* request is completed with error */ |
200 | #define DASD_CQR_CLEAR_PENDING 0x83 /* request is clear pending */ | 200 | #define DASD_CQR_CLEAR_PENDING 0x83 /* request is clear pending */ |
201 | #define DASD_CQR_CLEARED 0x84 /* request was cleared */ | 201 | #define DASD_CQR_CLEARED 0x84 /* request was cleared */ |
202 | #define DASD_CQR_SUCCESS 0x85 /* request was successfull */ | 202 | #define DASD_CQR_SUCCESS 0x85 /* request was successful */ |
203 | 203 | ||
204 | 204 | ||
205 | /* per dasd_ccw_req flags */ | 205 | /* per dasd_ccw_req flags */ |
diff --git a/drivers/s390/char/tape_3590.c b/drivers/s390/char/tape_3590.c index 4005c44a404c..71605a179d65 100644 --- a/drivers/s390/char/tape_3590.c +++ b/drivers/s390/char/tape_3590.c | |||
@@ -801,7 +801,7 @@ tape_3590_done(struct tape_device *device, struct tape_request *request) | |||
801 | static inline int | 801 | static inline int |
802 | tape_3590_erp_succeded(struct tape_device *device, struct tape_request *request) | 802 | tape_3590_erp_succeded(struct tape_device *device, struct tape_request *request) |
803 | { | 803 | { |
804 | DBF_EVENT(3, "Error Recovery successfull for %s\n", | 804 | DBF_EVENT(3, "Error Recovery successful for %s\n", |
805 | tape_op_verbose[request->op]); | 805 | tape_op_verbose[request->op]); |
806 | return tape_3590_done(device, request); | 806 | return tape_3590_done(device, request); |
807 | } | 807 | } |
diff --git a/drivers/s390/cio/cio.c b/drivers/s390/cio/cio.c index 06b71823f399..659f8a791656 100644 --- a/drivers/s390/cio/cio.c +++ b/drivers/s390/cio/cio.c | |||
@@ -379,7 +379,7 @@ int cio_commit_config(struct subchannel *sch) | |||
379 | if (ccode < 0) /* -EIO if msch gets a program check. */ | 379 | if (ccode < 0) /* -EIO if msch gets a program check. */ |
380 | return ccode; | 380 | return ccode; |
381 | switch (ccode) { | 381 | switch (ccode) { |
382 | case 0: /* successfull */ | 382 | case 0: /* successful */ |
383 | if (stsch(sch->schid, &schib) || | 383 | if (stsch(sch->schid, &schib) || |
384 | !css_sch_is_valid(&schib)) | 384 | !css_sch_is_valid(&schib)) |
385 | return -ENODEV; | 385 | return -ENODEV; |
diff --git a/drivers/s390/cio/qdio_main.c b/drivers/s390/cio/qdio_main.c index 744f928a59ea..10cb0f8726e5 100644 --- a/drivers/s390/cio/qdio_main.c +++ b/drivers/s390/cio/qdio_main.c | |||
@@ -114,7 +114,7 @@ static inline int qdio_check_ccq(struct qdio_q *q, unsigned int ccq) | |||
114 | * @count: count of buffers to examine | 114 | * @count: count of buffers to examine |
115 | * @auto_ack: automatically acknowledge buffers | 115 | * @auto_ack: automatically acknowledge buffers |
116 | * | 116 | * |
117 | * Returns the number of successfull extracted equal buffer states. | 117 | * Returns the number of successfully extracted equal buffer states. |
118 | * Stops processing if a state is different from the last buffers state. | 118 | * Stops processing if a state is different from the last buffers state. |
119 | */ | 119 | */ |
120 | static int qdio_do_eqbs(struct qdio_q *q, unsigned char *state, | 120 | static int qdio_do_eqbs(struct qdio_q *q, unsigned char *state, |