patch-2.4.3 linux/drivers/s390/char/tape34xx.c

Next file: linux/drivers/s390/net/ctc.c
Previous file: linux/drivers/pnp/Makefile
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.2/linux/drivers/s390/char/tape34xx.c linux/drivers/s390/char/tape34xx.c
@@ -1437,7 +1437,7 @@
     debug_text_event (tape_debug_area,6,"xdefhandle");
 #endif /* TAPE_DEBUG */
 	tapestate_set (tape, TS_FAILED);
-	PRINT_ERR ("TAPE34XX: An unexpected Unit Check occured.\n");
+	PRINT_ERR ("TAPE34XX: An unexpected Unit Check occurred.\n");
 	PRINT_ERR ("TAPE34XX: Please read Documentation/s390/TAPE and report it!\n");
 	PRINT_ERR ("TAPE34XX: Current state is: %s",
 		   (((tapestate_get (tape) < TS_SIZE) && (tapestate_get (tape) >= 0)) ?
@@ -1804,7 +1804,7 @@
 		tape->wanna_wakeup=1;
 		wake_up (&tape->wq);
 	} else {
-		PRINT_ERR ("TAPE34XX: An unexpected Unit Check occured.\n");
+		PRINT_ERR ("TAPE34XX: An unexpected Unit Check occurred.\n");
 		PRINT_ERR ("TAPE34XX: Please send the following 20 lines of output to cotte@de.ibm.com\n");
 		PRINT_ERR ("TAPE34XX: Current state is: %s",
 			   (((tapestate_get (tape) < TS_SIZE) && (tapestate_get (tape) >= 0)) ?

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)