patch-2.4.3 linux/arch/cris/drivers/serial.c
Next file: linux/arch/cris/kernel/entry.S
Previous file: linux/arch/arm/vmlinux-armv.lds.in
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Fri Mar 2 18:38:40 2001
- Orig file:
v2.4.2/linux/arch/cris/drivers/serial.c
- Orig date:
Wed Feb 21 18:20:10 2001
diff -u --recursive --new-file v2.4.2/linux/arch/cris/drivers/serial.c linux/arch/cris/drivers/serial.c
@@ -146,7 +146,7 @@
*
* Revision 1.24 2000/02/09 18:02:28 bjornw
* * Clear serial errors (overrun, framing, parity) correctly. Before, the
- * receiver would get stuck if an error occured and we did not restart
+ * receiver would get stuck if an error occurred and we did not restart
* the input DMA.
* * Cosmetics (indentation, some code made into inlines)
* * Some more debug options
@@ -1371,7 +1371,7 @@
}
else { /* it was a valid byte, now let the dma do the rest */
#ifdef SERIAL_DEBUG_INTR
- printk("** OK, disabling ser_interupts\n");
+ printk("** OK, disabling ser_interrupts\n");
#endif
e100_disable_serial_data_irq(info);
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)