All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fusion: fix recent kernel-doc problems
@ 2009-06-14  2:37 Randy Dunlap
  0 siblings, 0 replies; only message in thread
From: Randy Dunlap @ 2009-06-14  2:37 UTC (permalink / raw)
  To: scsi
  Cc: James Bottomley, Linus Torvalds, Eric.Moore, support,
	DL-MPTFusionLinux

From: Randy Dunlap <randy.dunlap@oracle.com>

Fix recent fusion driver kernel-doc fatal error and warnings.

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Eric.Moore@lsi.com
Cc: support@lsi.com
Cc: DL-MPTFusionLinux@lsi.com
---
 drivers/message/fusion/mptbase.c  |    3 +--
 drivers/message/fusion/mptscsih.c |    4 ++--
 2 files changed, 3 insertions(+), 4 deletions(-)

--- linux-2.6.30-git7.orig/drivers/message/fusion/mptbase.c
+++ linux-2.6.30-git7/drivers/message/fusion/mptbase.c
@@ -1023,8 +1023,7 @@ mpt_add_sge_64bit(void *pAddr, u32 flags
 }
 
 /**
- *	mpt_add_sge_64bit_1078 - Place a simple 64 bit SGE at address pAddr
- *	(1078 workaround).
+ *	mpt_add_sge_64bit_1078 - Place a simple 64 bit SGE at address pAddr (1078 workaround).
  *	@pAddr: virtual address for SGE
  *	@flagslength: SGE flags and data transfer length
  *	@dma_addr: Physical address
--- linux-2.6.30-git7.orig/drivers/message/fusion/mptscsih.c
+++ linux-2.6.30-git7/drivers/message/fusion/mptscsih.c
@@ -2675,8 +2675,8 @@ mptscsih_timer_expired(unsigned long dat
 /**
  *	mptscsih_get_completion_code -
  *	@ioc: Pointer to MPT_ADAPTER structure
- *	@reply:
- *	@cmd:
+ *	@req: Pointer to original MPT request frame
+ *	@reply: Pointer to MPT reply frame (NULL if TurboReply)
  *
  **/
 static int

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-06-14  2:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-14  2:37 [PATCH] fusion: fix recent kernel-doc problems Randy Dunlap

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.