NFS: Replace 16 seq_printf() calls by seq_puts()
authorMarkus Elfring <elfring@users.sourceforge.net>
Wed, 3 Jul 2019 13:50:37 +0000 (15:50 +0200)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Sat, 13 Jul 2019 15:47:49 +0000 (11:47 -0400)
commit1c316e39a03af7b3e397f45d65fe00653996c467
tree4e61b4fe0fcffc05d77d9ce62868028b617b0848
parent9bcaa35c686d65091e833f6c97a20baa31d0e870
NFS: Replace 16 seq_printf() calls by seq_puts()

Some strings should be put into a sequence.
Thus use the corresponding function “seq_puts”.

This issue was detected by using the Coccinelle software.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
fs/nfs/super.c