]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitdc908c5a7e6f1e780fb0a480507641f0ff36b7f1
treec3e9a333e5d416f39595f96b2c8724e7723462d0
parentc14f1b55857fa3f9703f7087ad9011a721919242
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