OSDN Git Service

sunrpc: add missing newline when printing parameter 'pool_mode' by sysfs
authorXiongfeng Wang <wangxiongfeng2@huawei.com>
Fri, 8 May 2020 01:32:59 +0000 (09:32 +0800)
committerJ. Bruce Fields <bfields@redhat.com>
Tue, 12 May 2020 00:20:40 +0000 (20:20 -0400)
commit746c6237ece641da79df09abcf87bc29f6f9665b
treead571a07a3fffc957ff8952d406d3dc7901f24a4
parent44fb26c6b4c5ad63f733df7936deffeae2950855
sunrpc: add missing newline when printing parameter 'pool_mode' by sysfs

When I cat parameter '/sys/module/sunrpc/parameters/pool_mode', it
displays as follows. It is better to add a newline for easy reading.

[root@hulk-202 ~]# cat /sys/module/sunrpc/parameters/pool_mode
global[root@hulk-202 ~]#

Signed-off-by: Xiongfeng Wang <wangxiongfeng2@huawei.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
net/sunrpc/svc.c