Commit 9cf46a35 authored by Randy Dunlap's avatar Randy Dunlap Committed by Linus Torvalds

fusion: fix recent kernel-doc problems

Fix recent fusion driver kernel-doc fatal error and warnings.
Signed-off-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
Cc: Eric.Moore@lsi.com
Cc: support@lsi.com
Cc: DL-MPTFusionLinux@lsi.com
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 5a7e3d12
...@@ -1023,8 +1023,7 @@ mpt_add_sge_64bit(void *pAddr, u32 flagslength, dma_addr_t dma_addr) ...@@ -1023,8 +1023,7 @@ mpt_add_sge_64bit(void *pAddr, u32 flagslength, dma_addr_t dma_addr)
} }
/** /**
* mpt_add_sge_64bit_1078 - Place a simple 64 bit SGE at address pAddr * mpt_add_sge_64bit_1078 - Place a simple 64 bit SGE at address pAddr (1078 workaround).
* (1078 workaround).
* @pAddr: virtual address for SGE * @pAddr: virtual address for SGE
* @flagslength: SGE flags and data transfer length * @flagslength: SGE flags and data transfer length
* @dma_addr: Physical address * @dma_addr: Physical address
......
...@@ -2675,8 +2675,8 @@ mptscsih_timer_expired(unsigned long data) ...@@ -2675,8 +2675,8 @@ mptscsih_timer_expired(unsigned long data)
/** /**
* mptscsih_get_completion_code - * mptscsih_get_completion_code -
* @ioc: Pointer to MPT_ADAPTER structure * @ioc: Pointer to MPT_ADAPTER structure
* @reply: * @req: Pointer to original MPT request frame
* @cmd: * @reply: Pointer to MPT reply frame (NULL if TurboReply)
* *
**/ **/
static int static int
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment