aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/char
diff options
context:
space:
mode:
authorStefan Weil <weil@mail.berlios.de>2010-08-06 15:11:15 -0400
committerJiri Kosina <jkosina@suse.cz>2010-08-09 05:22:49 -0400
commiteef35c2d41ddcc653c20d26b977acaa45c811e1f (patch)
tree616db0eb06b6a3881902db59a0a5bd590277b5a1 /drivers/s390/char
parent3cfc2c42c1cbc8e238bb9c0612c0df4565e3a8b4 (diff)
Fix spelling fuction -> function in comments
To avoid more patches, I also fixed other spelling and grammar bugs when they were in the same or following line: successfull -> successful parse -> parses controler -> controller controlers -> controllers Cc: Jiri Kosina <trivial@kernel.org> Cc: linux-kernel@vger.kernel.org Signed-off-by: Stefan Weil <weil@mail.berlios.de> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/s390/char')
-rw-r--r--drivers/s390/char/tape_3590.c6
1 files changed, 3 insertions, 3 deletions
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,