Commit b7f008fd authored by Roland Dreier's avatar Roland Dreier

IB/srp: Set proc_name

Signed-off-by: default avatarRoland Dreier <rolandd@cisco.com>
parent 3633b3d0
......@@ -1537,7 +1537,8 @@ static struct class_device_attribute *srp_host_attrs[] = {
static struct scsi_host_template srp_template = {
.module = THIS_MODULE,
.name = DRV_NAME,
.name = "InfiniBand SRP initiator",
.proc_name = DRV_NAME,
.info = srp_target_info,
.queuecommand = srp_queuecommand,
.eh_abort_handler = srp_abort,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment