]> git.baikalelectronics.ru Git - kernel.git/commit
sunrpc: add missing newline when printing parameter 'auth_hashtable_size' by sysfs
authorXiongfeng Wang <wangxiongfeng2@huawei.com>
Fri, 8 May 2020 01:33:00 +0000 (09:33 +0800)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Thu, 11 Jun 2020 17:33:48 +0000 (13:33 -0400)
commitd3af2499e9cca5fd92e06eb0608fb162dda71a85
tree3fbe6aa5a1de8c8d11826bb38a56975a7fb7133d
parent0733194a3a1d691e71a960ee01004e8891e9a360
sunrpc: add missing newline when printing parameter 'auth_hashtable_size' by sysfs

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

[root@hulk-202 ~]# cat /sys/module/sunrpc/parameters/auth_hashtable_size
16[root@hulk-202 ~]#

Signed-off-by: Xiongfeng Wang <wangxiongfeng2@huawei.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
net/sunrpc/auth.c