> +static void srpt_drop_tport(struct se_wwn *wwn)
> +{
> +       struct srpt_port *sport = container_of(wwn, struct srpt_port, 
> port_wwn);
> +
> +       pr_debug("drop_tport(%s\n", 
> config_item_name(&sport->port_wwn.wwn_group.cg_item));

A minor comment: the above statement always never prints the port name
- it always prints the following:

ib_srpt drop_tport((null)

Bart.
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to