Skip to content

Commit

Permalink
[SCSI] scsi_dh: Fixup kernel-doc comments
Browse files Browse the repository at this point in the history
Fixup some kernel-doc comments to reference to the
correct function name.

Signed-off-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
  • Loading branch information
Hannes Reinecke authored and James Bottomley committed Aug 30, 2011
1 parent d7c48fe commit 2a9ab40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/scsi/device_handler/scsi_dh.c
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ int scsi_dh_handler_exist(const char *name)
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
* @name - name of the handler to attach
*/
Expand Down Expand Up @@ -498,7 +498,7 @@ int scsi_dh_attach(struct request_queue *q, const char *name)
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
*
* This function will detach the device handler only
Expand Down

0 comments on commit 2a9ab40

Please sign in to comment.