diff options
| author | Randy Dunlap <[email protected]> | 2009-06-14 02:37:18 +0000 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2009-06-14 20:52:01 +0000 |
| commit | 9cf46a35d25debfc314dd6f090b8075bd0b7f74c (patch) | |
| tree | dbf3007c0205159b6b6cabcb735bdc9503e1e6b4 /drivers/message/fusion/mptbase.c | |
| parent | keyboard: advertise KT_DEAD2 extended diacriticals (diff) | |
| download | kernel-9cf46a35d25debfc314dd6f090b8075bd0b7f74c.tar.gz kernel-9cf46a35d25debfc314dd6f090b8075bd0b7f74c.zip | |
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]>
Diffstat (limited to 'drivers/message/fusion/mptbase.c')
| -rw-r--r-- | drivers/message/fusion/mptbase.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/message/fusion/mptbase.c b/drivers/message/fusion/mptbase.c index 44b931504457..0df065275cd3 100644 --- a/drivers/message/fusion/mptbase.c +++ b/drivers/message/fusion/mptbase.c @@ -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 |
