aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/s390')
-rw-r--r--drivers/s390/block/dasd_3990_erp.c2
-rw-r--r--drivers/s390/char/tape_3590.c6
2 files changed, 4 insertions, 4 deletions
diff --git a/drivers/s390/block/dasd_3990_erp.c b/drivers/s390/block/dasd_3990_erp.c
index 85bfd8794856..e82d427ff5eb 100644
--- a/drivers/s390/block/dasd_3990_erp.c
+++ b/drivers/s390/block/dasd_3990_erp.c
@@ -2197,7 +2197,7 @@ dasd_3990_erp_inspect_32(struct dasd_ccw_req * erp, char *sense)
2197 2197
2198/* 2198/*
2199 ***************************************************************************** 2199 *****************************************************************************
2200 * main ERP control fuctions (24 and 32 byte sense) 2200 * main ERP control functions (24 and 32 byte sense)
2201 ***************************************************************************** 2201 *****************************************************************************
2202 */ 2202 */
2203 2203
diff --git a/drivers/s390/char/tape_3590.c b/drivers/s390/char/tape_3590.c
index fc993acf99b6..deff2c3361e4 100644
--- a/drivers/s390/char/tape_3590.c
+++ b/drivers/s390/char/tape_3590.c
@@ -31,7 +31,7 @@ debug_info_t *TAPE_DBF_AREA = NULL;
31EXPORT_SYMBOL(TAPE_DBF_AREA); 31EXPORT_SYMBOL(TAPE_DBF_AREA);
32 32
33/******************************************************************* 33/*******************************************************************
34 * Error Recovery fuctions: 34 * Error Recovery functions:
35 * - Read Opposite: implemented 35 * - Read Opposite: implemented
36 * - Read Device (buffered) log: BRA 36 * - Read Device (buffered) log: BRA
37 * - Read Library log: BRA 37 * - Read Library log: BRA
@@ -798,7 +798,7 @@ tape_3590_done(struct tape_device *device, struct tape_request *request)
798} 798}
799 799
800/* 800/*
801 * This fuction is called, when error recovery was successfull 801 * This function is called, when error recovery was successful
802 */ 802 */
803static inline int 803static inline int
804tape_3590_erp_succeded(struct tape_device *device, struct tape_request *request) 804tape_3590_erp_succeded(struct tape_device *device, struct tape_request *request)
@@ -809,7 +809,7 @@ tape_3590_erp_succeded(struct tape_device *device, struct tape_request *request)
809} 809}
810 810
811/* 811/*
812 * This fuction is called, when error recovery was not successfull 812 * This function is called, when error recovery was not successful
813 */ 813 */
814static inline int 814static inline int
815tape_3590_erp_failed(struct tape_device *device, struct tape_request *request, 815tape_3590_erp_failed(struct tape_device *device, struct tape_request *request,