Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2a9ab40f authored by Hannes Reinecke's avatar Hannes Reinecke Committed by James Bottomley
Browse files

[SCSI] scsi_dh: Fixup kernel-doc comments



Fixup some kernel-doc comments to reference to the
correct function name.

Signed-off-by: default avatarHannes Reinecke <hare@suse.de>
Signed-off-by: default avatarJames Bottomley <JBottomley@Parallels.com>
parent d7c48feb
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -468,7 +468,7 @@ int scsi_dh_handler_exist(const char *name)
EXPORT_SYMBOL_GPL(scsi_dh_handler_exist);
EXPORT_SYMBOL_GPL(scsi_dh_handler_exist);


/*
/*
 * scsi_dh_handler_attach - Attach device handler
 * scsi_dh_attach - Attach device handler
 * @sdev - sdev the handler should be attached to
 * @sdev - sdev the handler should be attached to
 * @name - name of the handler to attach
 * @name - name of the handler to attach
 */
 */
@@ -498,7 +498,7 @@ int scsi_dh_attach(struct request_queue *q, const char *name)
EXPORT_SYMBOL_GPL(scsi_dh_attach);
EXPORT_SYMBOL_GPL(scsi_dh_attach);


/*
/*
 * scsi_dh_handler_detach - Detach device handler
 * scsi_dh_detach - Detach device handler
 * @sdev - sdev the handler should be detached from
 * @sdev - sdev the handler should be detached from
 *
 *
 * This function will detach the device handler only
 * This function will detach the device handler only