diff options
author | Hannes Reinecke <hare@suse.de> | 2011-08-24 04:51:14 -0400 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2011-08-30 15:27:41 -0400 |
commit | 2a9ab40f74eb22cdf02e8f687bef7f3eac7f6cfa (patch) | |
tree | f9252c5ab99bb0a55556b82139f6f11dc617b4f0 /drivers/scsi/device_handler | |
parent | d7c48feb38a5cb6d863d69fd5ef6c309971ebe31 (diff) |
[SCSI] scsi_dh: Fixup kernel-doc comments
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>
Diffstat (limited to 'drivers/scsi/device_handler')
-rw-r--r-- | drivers/scsi/device_handler/scsi_dh.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/device_handler/scsi_dh.c b/drivers/scsi/device_handler/scsi_dh.c index 0119b8147797..fccd0f6cfc90 100644 --- a/drivers/scsi/device_handler/scsi_dh.c +++ b/drivers/scsi/device_handler/scsi_dh.c | |||
@@ -468,7 +468,7 @@ int scsi_dh_handler_exist(const char *name) | |||
468 | EXPORT_SYMBOL_GPL(scsi_dh_handler_exist); | 468 | EXPORT_SYMBOL_GPL(scsi_dh_handler_exist); |
469 | 469 | ||
470 | /* | 470 | /* |
471 | * scsi_dh_handler_attach - Attach device handler | 471 | * scsi_dh_attach - Attach device handler |
472 | * @sdev - sdev the handler should be attached to | 472 | * @sdev - sdev the handler should be attached to |
473 | * @name - name of the handler to attach | 473 | * @name - name of the handler to attach |
474 | */ | 474 | */ |
@@ -498,7 +498,7 @@ int scsi_dh_attach(struct request_queue *q, const char *name) | |||
498 | EXPORT_SYMBOL_GPL(scsi_dh_attach); | 498 | EXPORT_SYMBOL_GPL(scsi_dh_attach); |
499 | 499 | ||
500 | /* | 500 | /* |
501 | * scsi_dh_handler_detach - Detach device handler | 501 | * scsi_dh_detach - Detach device handler |
502 | * @sdev - sdev the handler should be detached from | 502 | * @sdev - sdev the handler should be detached from |
503 | * | 503 | * |
504 | * This function will detach the device handler only | 504 | * This function will detach the device handler only |