提交 1acf3b06 编写于 作者: R Randy Dunlap 提交者: James Bottomley

[SCSI] fix func names in kernel-doc

Fix scsi_devinfo.c kernel-doc function names to match actual function
names.
Signed-off-by: NRandy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: NJames Bottomley <James.Bottomley@suse.de>
上级 08996386
...@@ -453,7 +453,7 @@ int scsi_get_device_flags(struct scsi_device *sdev, ...@@ -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 * @sdev: &scsi_device to get flags for
* @vendor: vendor name * @vendor: vendor name
* @model: model name * @model: model name
...@@ -684,7 +684,7 @@ MODULE_PARM_DESC(default_dev_flags, ...@@ -684,7 +684,7 @@ MODULE_PARM_DESC(default_dev_flags,
"scsi default device flag integer value"); "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) void scsi_exit_devinfo(void)
{ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册