diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2009-01-09 18:28:13 -0500 |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2009-03-12 13:57:55 -0400 |
commit | 59d3270326fcba29226c28df27cb43fefd8c58d0 (patch) | |
tree | bed476f95132dce9c02c964bf4b7c07b852c52c2 /drivers | |
parent | 40c3460f3cad1672f22baadcdbe20b9b3200cc20 (diff) |
[SCSI] scsi_sysfs: delete extra kernel-doc
Warning(linux-2.6.28-git13//drivers/scsi/scsi_sysfs.c:1049): Excess function parameter 'dev' description in 'scsi_sysfs_add_host'
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/scsi/scsi_sysfs.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/scsi_sysfs.c b/drivers/scsi/scsi_sysfs.c index da63802cbf9d..fa4711d12744 100644 --- a/drivers/scsi/scsi_sysfs.c +++ b/drivers/scsi/scsi_sysfs.c | |||
@@ -1043,7 +1043,6 @@ EXPORT_SYMBOL(scsi_register_interface); | |||
1043 | /** | 1043 | /** |
1044 | * scsi_sysfs_add_host - add scsi host to subsystem | 1044 | * scsi_sysfs_add_host - add scsi host to subsystem |
1045 | * @shost: scsi host struct to add to subsystem | 1045 | * @shost: scsi host struct to add to subsystem |
1046 | * @dev: parent struct device pointer | ||
1047 | **/ | 1046 | **/ |
1048 | int scsi_sysfs_add_host(struct Scsi_Host *shost) | 1047 | int scsi_sysfs_add_host(struct Scsi_Host *shost) |
1049 | { | 1048 | { |