RDMA/rtrs-clt: Reflow text so lines don't end with a '('
authorGioh Kim <gi-oh.kim@ionos.com>
Fri, 14 Jan 2022 15:47:51 +0000 (16:47 +0100)
committerJason Gunthorpe <jgg@nvidia.com>
Fri, 28 Jan 2022 14:58:17 +0000 (10:58 -0400)
Fix:
 CHECK:OPEN_ENDED_LINE: Lines should not end with a '('

Link: https://lore.kernel.org/r/20220114154753.983568-4-haris.iqbal@ionos.com
Signed-off-by: Gioh Kim <gi-oh.kim@ionos.com>
Signed-off-by: Md Haris Iqbal <haris.iqbal@ionos.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
drivers/infiniband/ulp/rtrs/rtrs-clt-sysfs.c

index b4fa473b788855c0fa30829182a51dc082971bab..d3c436ead69461a9965afd7590f3551dba2c624d 100644 (file)
@@ -156,8 +156,7 @@ static DEVICE_ATTR_RW(mpath_policy);
 static ssize_t add_path_show(struct device *dev,
                             struct device_attribute *attr, char *page)
 {
-       return sysfs_emit(
-               page,
+       return sysfs_emit(page,
                "Usage: echo [<source addr>@]<destination addr> > %s\n\n*addr ::= [ ip:<ipv4|ipv6> | gid:<gid> ]\n",
                attr->attr.name);
 }