diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2007-11-15 20:07:28 -0500 |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2008-01-11 19:22:44 -0500 |
commit | c93ff979a40e99f7229544cc8298c820b8eda17e (patch) | |
tree | 2eb82713a9053c17497b5ea39a76b99717b1a21c /drivers/scsi | |
parent | 6af6632a1c1cac169fe7fbedb2f642b4ebb38323 (diff) |
[SCSI] kernel-doc: use correct function name
Use correct function name in kernel-doc.
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'drivers/scsi')
-rw-r--r-- | drivers/scsi/scsi_devinfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/scsi_devinfo.c b/drivers/scsi/scsi_devinfo.c index 6839c1004b29..b8de041bc0ae 100644 --- a/drivers/scsi/scsi_devinfo.c +++ b/drivers/scsi/scsi_devinfo.c | |||
@@ -549,7 +549,7 @@ void scsi_exit_devinfo(void) | |||
549 | } | 549 | } |
550 | 550 | ||
551 | /** | 551 | /** |
552 | * scsi_dev_list_init - set up the dynamic device list. | 552 | * scsi_init_devinfo - set up the dynamic device list. |
553 | * | 553 | * |
554 | * Description: | 554 | * Description: |
555 | * Add command line entries from scsi_dev_flags, then add | 555 | * Add command line entries from scsi_dev_flags, then add |