mbox series

[0/2] sunrpc: add missing newline when printing module parameters by sysfs

Message ID 1588901580-44687-1-git-send-email-wangxiongfeng2@huawei.com
Headers show
Series sunrpc: add missing newline when printing module parameters by sysfs | expand

Message

Xiongfeng Wang May 8, 2020, 1:32 a.m. UTC
When I cat parameters below ''/sys/module/sunrpc/parameters/', I found the 
following two parameter need a new line.

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

Xiongfeng Wang (2):
  sunrpc: add missing newline when printing parameter 'pool_mode' by
    sysfs
  sunrpc: add missing newline when printing parameter
    'auth_hashtable_size' by sysfs

 net/sunrpc/auth.c |  2 +-
 net/sunrpc/svc.c  | 10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)