All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fix warning of "make htmldocs"
@ 2009-03-04  6:17 Jianjun Kong
  0 siblings, 0 replies; only message in thread
From: Jianjun Kong @ 2009-03-04  6:17 UTC (permalink / raw)
  To: James.Bottomley; +Cc: linux-scsi


[SCSI] fix warning of "make htmldocs"

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 da63802..fa4711d 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-03-04  6:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-04  6:17 [PATCH] fix warning of "make htmldocs" 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.