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>
This commit is contained in:
Ben Hutchings 2010-05-23 17:02:30 -07:00 committed by Linus Torvalds
parent 9f6aa5750d
commit 9b8f77a184
1 changed files with 2 additions and 4 deletions

View File

@ -2570,9 +2570,7 @@ mptscsih_getclear_scsi_lookup(MPT_ADAPTER *ioc, int i)
} }
/** /**
* mptscsih_set_scsi_lookup * mptscsih_set_scsi_lookup - write a scmd entry into the ScsiLookup[] array list
*
* writes a scmd entry into the ScsiLookup[] array list
* *
* @ioc: Pointer to MPT_ADAPTER structure * @ioc: Pointer to MPT_ADAPTER structure
* @i: index into the array * @i: index into the array
@ -2735,7 +2733,7 @@ mptscsih_scandv_complete(MPT_ADAPTER *ioc, MPT_FRAME_HDR *req,
/** /**
* mptscsih_get_completion_code - * mptscsih_get_completion_code - get completion code from MPT request
* @ioc: Pointer to MPT_ADAPTER structure * @ioc: Pointer to MPT_ADAPTER structure
* @req: Pointer to original MPT request frame * @req: Pointer to original MPT request frame
* @reply: Pointer to MPT reply frame (NULL if TurboReply) * @reply: Pointer to MPT reply frame (NULL if TurboReply)