commit | 80ad07f7e2bfab79e6209c7b8ce4665ffd9f25ed | [log] [tgz] |
---|---|---|
author | Md Haris Iqbal <haris.iqbal@ionos.com> | Wed Sep 22 14:53:28 2021 +0200 |
committer | Jason Gunthorpe <jgg@nvidia.com> | Mon Oct 04 16:46:11 2021 -0300 |
tree | 5953f1f633ea074d8ea4b11e29fe9dcda981b1f6 | |
parent | 2f232912feec57d73b22cb26dcdf687846917e9e [diff] |
RDMA/rtrs: Remove len parameter from helper print functions of sysfs Since we have changed all sysfs show functions to use sysfs_emit, we do not require the len (PAGE_SIZE) in our helper print functions. So remove it from the function parameter. Link: https://lore.kernel.org/r/20210922125333.351454-3-haris.iqbal@ionos.com Signed-off-by: Md Haris Iqbal <haris.iqbal@ionos.com> Signed-off-by: Jack Wang <jinpu.wang@ionos.com> Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>