fs/autofs/inode.c: use seq_puts() for simple strings in autofs_show_options()
authorIan Kent <raven@themaw.net>
Fri, 8 Mar 2019 00:29:12 +0000 (16:29 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 8 Mar 2019 02:32:01 +0000 (18:32 -0800)
commit874d22d62bc6dca7ceec48c44d247af0109e0b5b
tree6ffca6c9de64ed25afab84c2f2ed01b2d5b72832
parent60d6d04ca3abb34d5e89f030dbea440d9715a168
fs/autofs/inode.c: use seq_puts() for simple strings in autofs_show_options()

Fix checkpatch.sh WARNING about the use of seq_printf() to print simple
strings in autofs_show_options(), use seq_puts() in this case.

Link: http://lkml.kernel.org/r/154889012613.4863.12231175554744203482.stgit@pluto-themaw-net
Signed-off-by: Ian Kent <raven@themaw.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/autofs/inode.c