commit | 2ac3ddc723469c66846262e1d7954199ef95d6dc | [log] [tgz] |
---|---|---|
author | Xiongfeng Wang <wangxiongfeng2@huawei.com> | Fri May 08 09:33:00 2020 +0800 |
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | Thu Jun 11 13:33:48 2020 -0400 |
tree | 3fbe6aa5a1de8c8d11826bb38a56975a7fb7133d | |
parent | cd2ed9bdc0794464d57a5ae2d979b1543a75694b [diff] |
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>