[PATCH 0/2] sunrpc: add missing newline when printing module parameters by sysfs
From: Xiongfeng Wang
Date: Thu May 07 2020 - 21:39:19 EST
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(-)
--
1.7.12.4