mirror of
https://github.com/adulau/aha.git
synced 2024-12-27 19:26:25 +00:00
fusion: fix recent kernel-doc problems
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 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
5a7e3d1281
commit
9cf46a35d2
2 changed files with 3 additions and 4 deletions
|
@ -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
|
||||
* (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
|
||||
|
|
|
@ -2675,8 +2675,8 @@ mptscsih_timer_expired(unsigned long data)
|
|||
/**
|
||||
* 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
|
||||
|
|
Loading…
Reference in a new issue