Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b7f008fd authored by Roland Dreier's avatar Roland Dreier
Browse files

IB/srp: Set proc_name



Signed-off-by: default avatarRoland Dreier <rolandd@cisco.com>
parent 3633b3d0
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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,