]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/s390/char/tape_3590.c
Merge branches 'x86/apic', 'x86/defconfig', 'x86/memtest', 'x86/mm' and 'linus' into...
[linux-2.6-omap-h63xx.git] / drivers / s390 / char / tape_3590.c
index 4005c44a404c47efbb33d8e177389ca4a0b01a28..71605a179d65e6740839413ad9ec99811a5fd248 100644 (file)
@@ -801,7 +801,7 @@ tape_3590_done(struct tape_device *device, struct tape_request *request)
 static inline int
 tape_3590_erp_succeded(struct tape_device *device, struct tape_request *request)
 {
-       DBF_EVENT(3, "Error Recovery successfull for %s\n",
+       DBF_EVENT(3, "Error Recovery successful for %s\n",
                  tape_op_verbose[request->op]);
        return tape_3590_done(device, request);
 }