* [PATCH] scsi: fix kernel-doc warning
@ 2009-01-01 4:51 Jianjun Kong
0 siblings, 0 replies; only message in thread
From: Jianjun Kong @ 2009-01-01 4:51 UTC (permalink / raw)
To: James.Bottomley; +Cc: linux-scsi
scsi: fix kernel-doc warning
Fix kernel-doc parameter warning:
Warning(/media/sda1/Project/linux-2.6//drivers/scsi/scsi_sysfs.c:1049): Excess function parameter 'dev'
description in 'scsi_sysfs_add_host'
Signed-off-by: Jianjun Kong <jianjun@zeuux.org>
---
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 93c28f3..eda8f1a 100644
--- a/drivers/scsi/scsi_sysfs.c
+++ b/drivers/scsi/scsi_sysfs.c
@@ -1043,7 +1043,6 @@ EXPORT_SYMBOL(scsi_register_interface);
/**
* scsi_sysfs_add_host - add scsi host to subsystem
* @shost: scsi host struct to add to subsystem
- * @dev: parent struct device pointer
**/
int scsi_sysfs_add_host(struct Scsi_Host *shost)
{
--
1.5.6.3
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2009-01-01 4:57 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-01 4:51 [PATCH] scsi: fix kernel-doc warning Jianjun Kong
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.