Cc: Andrew Morton <a...@linux-foundation.org>
Cc: Tetsuo Handa <penguin-ker...@i-love.sakura.ne.jp>
Signed-off-by: Fabian Frederick <f...@skynet.be>
---
 fs/proc/consoles.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/proc/consoles.c b/fs/proc/consoles.c
index 290ba85..cb47c7e 100644
--- a/fs/proc/consoles.c
+++ b/fs/proc/consoles.c
@@ -55,7 +55,7 @@ static int show_console_dev(struct seq_file *m, void *v)
        if (dev)
                seq_printf(m, " %4d:%d", MAJOR(dev), MINOR(dev));
 
-       seq_printf(m, "\n");
+       seq_puts(m, "\n");
 
        return 0;
 }
-- 
1.8.4.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to