Skip to content

Commit

Permalink
fusion: fix recent kernel-doc problems
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
rddunlap authored and torvalds committed Jun 14, 2009
1 parent 5a7e3d1 commit 9cf46a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions drivers/message/fusion/mptbase.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions drivers/message/fusion/mptscsih.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9cf46a3

Please sign in to comment.