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/mptscsih.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/mptscsih.c')
| -rw-r--r-- | drivers/message/fusion/mptscsih.c | 4 |
1 files changed, 2 insertions, 2 deletions
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) /** * 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 |
