diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2009-06-13 22:37:18 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-06-14 16:52:01 -0400 |
commit | 9cf46a35d25debfc314dd6f090b8075bd0b7f74c (patch) | |
tree | dbf3007c0205159b6b6cabcb735bdc9503e1e6b4 /drivers/message | |
parent | 5a7e3d1281bbc4404b250b4a18d3ecb07c77640c (diff) |
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')
-rw-r--r-- | drivers/message/fusion/mptbase.c | 3 | ||||
-rw-r--r-- | drivers/message/fusion/mptscsih.c | 4 |
2 files changed, 3 insertions, 4 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) | |||
1023 | } | 1023 | } |
1024 | 1024 | ||
1025 | /** | 1025 | /** |
1026 | * mpt_add_sge_64bit_1078 - Place a simple 64 bit SGE at address pAddr | 1026 | * mpt_add_sge_64bit_1078 - Place a simple 64 bit SGE at address pAddr (1078 workaround). |
1027 | * (1078 workaround). | ||
1028 | * @pAddr: virtual address for SGE | 1027 | * @pAddr: virtual address for SGE |
1029 | * @flagslength: SGE flags and data transfer length | 1028 | * @flagslength: SGE flags and data transfer length |
1030 | * @dma_addr: Physical address | 1029 | * @dma_addr: Physical address |
diff --git a/drivers/message/fusion/mptscsih.c b/drivers/message/fusion/mptscsih.c index 024e8305bcf2..8440f78f6969 100644 --- a/drivers/message/fusion/mptscsih.c +++ b/drivers/message/fusion/mptscsih.c | |||
@@ -2675,8 +2675,8 @@ mptscsih_timer_expired(unsigned long data) | |||
2675 | /** | 2675 | /** |
2676 | * mptscsih_get_completion_code - | 2676 | * mptscsih_get_completion_code - |
2677 | * @ioc: Pointer to MPT_ADAPTER structure | 2677 | * @ioc: Pointer to MPT_ADAPTER structure |
2678 | * @reply: | 2678 | * @req: Pointer to original MPT request frame |
2679 | * @cmd: | 2679 | * @reply: Pointer to MPT reply frame (NULL if TurboReply) |
2680 | * | 2680 | * |
2681 | **/ | 2681 | **/ |
2682 | static int | 2682 | static int |