diff options
author | Ben Hutchings <ben@decadent.org.uk> | 2010-05-23 20:02:30 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-05-24 10:31:20 -0400 |
commit | 9b8f77a184fcc44349c547be944ba921fd4247b3 (patch) | |
tree | 89446df32c4cefc56bb1445a2dd5fed6e7bf58d6 /drivers/message | |
parent | 9f6aa5750de30b1ba35f6cb8de50c17b4fb59cab (diff) |
fusion: fix kernel-doc notation
The function name must be followed by a space, hypen, space, and a
short description.
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Eric Moore <Eric.Moore@lsi.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/message')
-rw-r--r-- | drivers/message/fusion/mptscsih.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/drivers/message/fusion/mptscsih.c b/drivers/message/fusion/mptscsih.c index 7bd4c0fc23cc..5c53624e0e87 100644 --- a/drivers/message/fusion/mptscsih.c +++ b/drivers/message/fusion/mptscsih.c | |||
@@ -2570,9 +2570,7 @@ mptscsih_getclear_scsi_lookup(MPT_ADAPTER *ioc, int i) | |||
2570 | } | 2570 | } |
2571 | 2571 | ||
2572 | /** | 2572 | /** |
2573 | * mptscsih_set_scsi_lookup | 2573 | * mptscsih_set_scsi_lookup - write a scmd entry into the ScsiLookup[] array list |
2574 | * | ||
2575 | * writes a scmd entry into the ScsiLookup[] array list | ||
2576 | * | 2574 | * |
2577 | * @ioc: Pointer to MPT_ADAPTER structure | 2575 | * @ioc: Pointer to MPT_ADAPTER structure |
2578 | * @i: index into the array | 2576 | * @i: index into the array |
@@ -2735,7 +2733,7 @@ mptscsih_scandv_complete(MPT_ADAPTER *ioc, MPT_FRAME_HDR *req, | |||
2735 | 2733 | ||
2736 | 2734 | ||
2737 | /** | 2735 | /** |
2738 | * mptscsih_get_completion_code - | 2736 | * mptscsih_get_completion_code - get completion code from MPT request |
2739 | * @ioc: Pointer to MPT_ADAPTER structure | 2737 | * @ioc: Pointer to MPT_ADAPTER structure |
2740 | * @req: Pointer to original MPT request frame | 2738 | * @req: Pointer to original MPT request frame |
2741 | * @reply: Pointer to MPT reply frame (NULL if TurboReply) | 2739 | * @reply: Pointer to MPT reply frame (NULL if TurboReply) |