From: Ralf Baechle Date: Wed, 15 Feb 2006 09:59:47 +0000 (+0000) Subject: [SERIAL] Fix typo in comment X-Git-Tag: v2.6.16-rc4~28^2 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=dc7bf130b8552a218e2f3ea0b58268e469f335da;p=~shefty%2Frdma-dev.git [SERIAL] Fix typo in comment Signed-off-by: Ralf Baechle Signed-off-by: Russell King --- diff --git a/drivers/serial/8250.c b/drivers/serial/8250.c index b1fc97d5f64..244e8ff1197 100644 --- a/drivers/serial/8250.c +++ b/drivers/serial/8250.c @@ -2198,7 +2198,7 @@ serial8250_console_write(struct console *co, const char *s, unsigned int count) touch_nmi_watchdog(); /* - * First save the UER then disable the interrupts + * First save the IER then disable the interrupts */ ier = serial_in(up, UART_IER);