NFS: Use seq_putc() in nfs_show_stats()
authorMarkus Elfring <elfring@users.sourceforge.net>
Wed, 3 Jul 2019 13:33:09 +0000 (15:33 +0200)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Sat, 13 Jul 2019 15:47:49 +0000 (11:47 -0400)
commit9bcaa35c686d65091e833f6c97a20baa31d0e870
treec3e9a333e5d416f39595f96b2c8724e7723462d0
parentdb531db951f950b86d274cc8ed7b21b9e2240036
NFS: Use seq_putc() in nfs_show_stats()

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.

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