summaryrefslogtreecommitdiffstats
path: root/drivers/message/fusion/mptscsih.c
diff options
context:
space:
mode:
authorJames Bottomley <James.Bottomley@HansenPartnership.com>2009-06-09 23:01:01 +0000
committerJames Bottomley <James.Bottomley@HansenPartnership.com>2009-06-09 18:05:10 -0500
commitfc847ab4318cd6ab6c231739ad51d2502d19a87a (patch)
tree6916f92b112f8de117a49000dfd73b7f43e1198c /drivers/message/fusion/mptscsih.c
parentdb7051b2984d2c7d44b6178ad4c523500dff7f7c (diff)
downloadlinux-0-day-fc847ab4318cd6ab6c231739ad51d2502d19a87a.tar.gz
linux-0-day-fc847ab4318cd6ab6c231739ad51d2502d19a87a.tar.xz
[SCSI] mpt fusion: fix up doc book comments
Several of the doc book in the previous patches had incorrect multi-line short function descriptors. Fixed it all to be the correct single line descriptor. Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'drivers/message/fusion/mptscsih.c')
-rw-r--r--drivers/message/fusion/mptscsih.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/message/fusion/mptscsih.c b/drivers/message/fusion/mptscsih.c
index 96681203d4a96..024e8305bcf20 100644
--- a/drivers/message/fusion/mptscsih.c
+++ b/drivers/message/fusion/mptscsih.c
@@ -2442,10 +2442,7 @@ mptscsih_get_scsi_lookup(MPT_ADAPTER *ioc, int i)
EXPORT_SYMBOL(mptscsih_get_scsi_lookup);
/**
- * mptscsih_getclear_scsi_lookup
- *
- * retrieves and clears scmd entry from ScsiLookup[] array list
- *
+ * mptscsih_getclear_scsi_lookup - retrieves and clears scmd entry from ScsiLookup[] array list
* @ioc: Pointer to MPT_ADAPTER structure
* @i: index into the array
*