Commit 1c466527 authored by Bart Van Assche's avatar Bart Van Assche Committed by Christoph Hellwig

nvmet-fc: fix kernel-doc headers

This patch avoids that the kernel-doc tool complains about two function
headers when building with W=1.
Signed-off-by: default avatarBart Van Assche <bvanassche@acm.org>
Reviewed-by: default avatarJames Smart <james.smart@broadcom.com>
Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
parent 0d2bdf9f
...@@ -1245,8 +1245,8 @@ nvmet_fc_delete_ctrl(struct nvmet_ctrl *ctrl) ...@@ -1245,8 +1245,8 @@ nvmet_fc_delete_ctrl(struct nvmet_ctrl *ctrl)
* nvme_fc_unregister_targetport - transport entry point called by an * nvme_fc_unregister_targetport - transport entry point called by an
* LLDD to deregister/remove a previously * LLDD to deregister/remove a previously
* registered a local NVME subsystem FC port. * registered a local NVME subsystem FC port.
* @tgtport: pointer to the (registered) target port that is to be * @target_port: pointer to the (registered) target port that is to be
* deregistered. * deregistered.
* *
* Returns: * Returns:
* a completion status. Must be 0 upon success; a negative errno * a completion status. Must be 0 upon success; a negative errno
...@@ -1749,7 +1749,7 @@ nvmet_fc_handle_ls_rqst_work(struct work_struct *work) ...@@ -1749,7 +1749,7 @@ nvmet_fc_handle_ls_rqst_work(struct work_struct *work)
* *
* If this routine returns error, the LLDD should abort the exchange. * If this routine returns error, the LLDD should abort the exchange.
* *
* @tgtport: pointer to the (registered) target port the LS was * @target_port: pointer to the (registered) target port the LS was
* received on. * received on.
* @lsreq: pointer to a lsreq request structure to be used to reference * @lsreq: pointer to a lsreq request structure to be used to reference
* the exchange corresponding to the LS. * the exchange corresponding to the LS.
......
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