Skip to content

Commit cb8d094

Browse files
Randy Dunlapjgunthorpe
authored andcommitted
infiniband: fix ulp/opa_vnic/opa_vnic_vema.c kernel-doc notation
Use correct parameter name and description in kernel-doc notation to eliminate a kernel-doc warning. ../drivers/infiniband/ulp/opa_vnic/opa_vnic_vema.c:730: warning: Excess function parameter 'cport' description in 'opa_vnic_vema_send_trap' Signed-off-by: Randy Dunlap <[email protected]> Cc: Doug Ledford <[email protected]> Cc: Jason Gunthorpe <[email protected]> Cc: [email protected] Acked-by: Dennis Dalessandro <[email protected]> Signed-off-by: Jason Gunthorpe <[email protected]>
1 parent 92f6170 commit cb8d094

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/infiniband/ulp/opa_vnic/opa_vnic_vema.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,7 @@ vema_get_port(struct opa_vnic_ctrl_port *cport, u8 port_num)
710710

711711
/**
712712
* opa_vnic_vema_send_trap -- This function sends a trap to the EM
713-
* @cport: pointer to vnic control port
713+
* @adapter: pointer to vnic adapter
714714
* @data: pointer to trap data filled by calling function
715715
* @lid: issuers lid (encap_slid from vesw_port_info)
716716
*

0 commit comments

Comments
 (0)