Skip to content

Commit b7f008f

Browse files
author
Roland Dreier
committed
IB/srp: Set proc_name
Signed-off-by: Roland Dreier <[email protected]>
1 parent 3633b3d commit b7f008f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

drivers/infiniband/ulp/srp/ib_srp.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1537,7 +1537,8 @@ static struct class_device_attribute *srp_host_attrs[] = {
15371537

15381538
static struct scsi_host_template srp_template = {
15391539
.module = THIS_MODULE,
1540-
.name = DRV_NAME,
1540+
.name = "InfiniBand SRP initiator",
1541+
.proc_name = DRV_NAME,
15411542
.info = srp_target_info,
15421543
.queuecommand = srp_queuecommand,
15431544
.eh_abort_handler = srp_abort,

0 commit comments

Comments
 (0)