1
0
Fork 0

IB/srp: Set proc_name

Signed-off-by: Roland Dreier <rolandd@cisco.com>
hifive-unleashed-5.1
Roland Dreier 2007-05-06 21:18:11 -07:00
parent 3633b3d096
commit b7f008fdc9
1 changed files with 2 additions and 1 deletions

View File

@ -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,