提交 76c910c7 编写于 作者: B Bart Van Assche 提交者: Christoph Hellwig

nvme-fc: fix kernel-doc headers

This patch avoids that the kernel-doc tool complains about several
multiple function headers when building with W=1.
Signed-off-by: NBart Van Assche <bvanassche@acm.org>
Reviewed-by: NJames Smart <james.smart@broadcom.com>
Signed-off-by: NChristoph Hellwig <hch@lst.de>
上级 8eacd1bd
...@@ -317,7 +317,7 @@ nvme_fc_attach_to_unreg_lport(struct nvme_fc_port_info *pinfo, ...@@ -317,7 +317,7 @@ nvme_fc_attach_to_unreg_lport(struct nvme_fc_port_info *pinfo,
* @template: LLDD entrypoints and operational parameters for the port * @template: LLDD entrypoints and operational parameters for the port
* @dev: physical hardware device node port corresponds to. Will be * @dev: physical hardware device node port corresponds to. Will be
* used for DMA mappings * used for DMA mappings
* @lport_p: pointer to a local port pointer. Upon success, the routine * @portptr: pointer to a local port pointer. Upon success, the routine
* will allocate a nvme_fc_local_port structure and place its * will allocate a nvme_fc_local_port structure and place its
* address in the local port pointer. Upon failure, local port * address in the local port pointer. Upon failure, local port
* pointer will be set to 0. * pointer will be set to 0.
...@@ -425,8 +425,7 @@ EXPORT_SYMBOL_GPL(nvme_fc_register_localport); ...@@ -425,8 +425,7 @@ EXPORT_SYMBOL_GPL(nvme_fc_register_localport);
* nvme_fc_unregister_localport - transport entry point called by an * nvme_fc_unregister_localport - transport entry point called by an
* LLDD to deregister/remove a previously * LLDD to deregister/remove a previously
* registered a NVME host FC port. * registered a NVME host FC port.
* @localport: pointer to the (registered) local port that is to be * @portptr: pointer to the (registered) local 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
...@@ -632,7 +631,7 @@ __nvme_fc_set_dev_loss_tmo(struct nvme_fc_rport *rport, ...@@ -632,7 +631,7 @@ __nvme_fc_set_dev_loss_tmo(struct nvme_fc_rport *rport,
* @localport: pointer to the (registered) local port that the remote * @localport: pointer to the (registered) local port that the remote
* subsystem port is connected to. * subsystem port is connected to.
* @pinfo: pointer to information about the port to be registered * @pinfo: pointer to information about the port to be registered
* @rport_p: pointer to a remote port pointer. Upon success, the routine * @portptr: pointer to a remote port pointer. Upon success, the routine
* will allocate a nvme_fc_remote_port structure and place its * will allocate a nvme_fc_remote_port structure and place its
* address in the remote port pointer. Upon failure, remote port * address in the remote port pointer. Upon failure, remote port
* pointer will be set to 0. * pointer will be set to 0.
...@@ -809,8 +808,8 @@ nvme_fc_ctrl_connectivity_loss(struct nvme_fc_ctrl *ctrl) ...@@ -809,8 +808,8 @@ nvme_fc_ctrl_connectivity_loss(struct nvme_fc_ctrl *ctrl)
* nvme_fc_unregister_remoteport - transport entry point called by an * nvme_fc_unregister_remoteport - transport entry point called by an
* LLDD to deregister/remove a previously * LLDD to deregister/remove a previously
* registered a NVME subsystem FC port. * registered a NVME subsystem FC port.
* @remoteport: pointer to the (registered) remote port that is to be * @portptr: pointer to the (registered) remote 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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册