commit | 874d22d62bc6dca7ceec48c44d247af0109e0b5b | [log] [tgz] |
---|---|---|
author | Ian Kent <raven@themaw.net> | Thu Mar 07 16:29:12 2019 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Mar 07 18:32:01 2019 -0800 |
tree | 6ffca6c9de64ed25afab84c2f2ed01b2d5b72832 | |
parent | 60d6d04ca3abb34d5e89f030dbea440d9715a168 [diff] |
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>