diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2009-06-14 04:37:18 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-06-14 22:52:01 +0200 |
commit | 9cf46a35d25debfc314dd6f090b8075bd0b7f74c (patch) | |
tree | dbf3007c0205159b6b6cabcb735bdc9503e1e6b4 /drivers/message/fusion/mptbase.c | |
parent | keyboard: advertise KT_DEAD2 extended diacriticals (diff) | |
download | linux-9cf46a35d25debfc314dd6f090b8075bd0b7f74c.tar.xz linux-9cf46a35d25debfc314dd6f090b8075bd0b7f74c.zip |
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>
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 |