]> Pileus Git - ~andy/linux/blobdiff - drivers/tty/n_tty.c
tty: add missing newlines to WARN_RATELIMIT
[~andy/linux] / drivers / tty / n_tty.c
index 60b076cc4e20c28fb2c4e89a0445c61c0355925d..19083efa2314660b25e0fb5bc793af6fb7e9af57 100644 (file)
@@ -151,7 +151,7 @@ static void n_tty_set_room(struct tty_struct *tty)
        /* Did this open up the receive buffer? We may need to flip */
        if (left && !old_left) {
                WARN_RATELIMIT(tty->port->itty == NULL,
-                               "scheduling with invalid itty");
+                               "scheduling with invalid itty\n");
                schedule_work(&tty->port->buf.work);
        }
 }