Skip to content

Commit 9cf46a3

Browse files
rddunlaptorvalds
authored andcommitted
fusion: fix recent kernel-doc problems
Fix recent fusion driver kernel-doc fatal error and warnings. Signed-off-by: Randy Dunlap <[email protected]> Cc: [email protected] Cc: [email protected] Cc: [email protected] Signed-off-by: Linus Torvalds <[email protected]>
1 parent 5a7e3d1 commit 9cf46a3

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

drivers/message/fusion/mptbase.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1023,8 +1023,7 @@ mpt_add_sge_64bit(void *pAddr, u32 flagslength, dma_addr_t dma_addr)
10231023
}
10241024

10251025
/**
1026-
* mpt_add_sge_64bit_1078 - Place a simple 64 bit SGE at address pAddr
1027-
* (1078 workaround).
1026+
* mpt_add_sge_64bit_1078 - Place a simple 64 bit SGE at address pAddr (1078 workaround).
10281027
* @pAddr: virtual address for SGE
10291028
* @flagslength: SGE flags and data transfer length
10301029
* @dma_addr: Physical address

drivers/message/fusion/mptscsih.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2675,8 +2675,8 @@ mptscsih_timer_expired(unsigned long data)
26752675
/**
26762676
* mptscsih_get_completion_code -
26772677
* @ioc: Pointer to MPT_ADAPTER structure
2678-
* @reply:
2679-
* @cmd:
2678+
* @req: Pointer to original MPT request frame
2679+
* @reply: Pointer to MPT reply frame (NULL if TurboReply)
26802680
*
26812681
**/
26822682
static int

0 commit comments

Comments
 (0)