Răsfoiți Sursa

serial: Fix typo in sn_console.c

Correct spelling "receieve" to "receive" in
drivers/tty/serial/sn_console.c

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Masanari Iida 14 ani în urmă
părinte
comite
90af6d2082
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      drivers/tty/serial/sn_console.c

+ 2 - 2
drivers/tty/serial/sn_console.c

@@ -461,12 +461,12 @@ sn_receive_chars(struct sn_cons_port *port, unsigned long flags)
 	struct tty_struct *tty;
 	struct tty_struct *tty;
 
 
 	if (!port) {
 	if (!port) {
-		printk(KERN_ERR "sn_receive_chars - port NULL so can't receieve\n");
+		printk(KERN_ERR "sn_receive_chars - port NULL so can't receive\n");
 		return;
 		return;
 	}
 	}
 
 
 	if (!port->sc_ops) {
 	if (!port->sc_ops) {
-		printk(KERN_ERR "sn_receive_chars - port->sc_ops  NULL so can't receieve\n");
+		printk(KERN_ERR "sn_receive_chars - port->sc_ops  NULL so can't receive\n");
 		return;
 		return;
 	}
 	}