fs/proc/consoles.c: use seq_putc() in show_console_dev()
authorMarkus Elfring <[email protected]>
Tue, 6 Feb 2018 23:37:34 +0000 (15:37 -0800)
committerLinus Torvalds <[email protected]>
Wed, 7 Feb 2018 02:32:44 +0000 (18:32 -0800)
commit4bf8ba811ac1102d7de6f73af3b9f323463e16c0
treec8d33033385eb30c277564223ab73e82dbfebaa7
parent93ad5bc6d4addb74e30d421cd3ba5249c961fb3e
fs/proc/consoles.c: use seq_putc() in show_console_dev()

A single character (line break) should be put into a sequence.  Thus use
the corresponding function "seq_putc".

This issue was detected by using the Coccinelle software.

Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Markus Elfring <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
fs/proc/consoles.c