Skip to content

Commit

Permalink
[SCSI] fix func names in kernel-doc
Browse files Browse the repository at this point in the history
Fix scsi_devinfo.c kernel-doc function names to match actual function
names.

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
  • Loading branch information
Randy Dunlap authored and James Bottomley committed Dec 4, 2009
1 parent 0899638 commit 1acf3b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/scsi/scsi_devinfo.c
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ int scsi_get_device_flags(struct scsi_device *sdev,


/**
* get_device_flags_keyed - get device specific flags from the dynamic device list.
* scsi_get_device_flags_keyed - get device specific flags from the dynamic device list
* @sdev: &scsi_device to get flags for
* @vendor: vendor name
* @model: model name
Expand Down Expand Up @@ -684,7 +684,7 @@ MODULE_PARM_DESC(default_dev_flags,
"scsi default device flag integer value");

/**
* scsi_dev_info_list_delete - called from scsi.c:exit_scsi to remove the scsi_dev_info_list.
* scsi_exit_devinfo - remove /proc/scsi/device_info & the scsi_dev_info_list
**/
void scsi_exit_devinfo(void)
{
Expand Down

0 comments on commit 1acf3b0

Please sign in to comment.