aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/message/fusion/mptscsih.c
diff options
context:
space:
mode:
authorJames Bottomley <James.Bottomley@HansenPartnership.com>2009-06-09 19:01:01 -0400
committerJames Bottomley <James.Bottomley@HansenPartnership.com>2009-06-09 19:05:10 -0400
commitfc847ab4318cd6ab6c231739ad51d2502d19a87a (patch)
tree6916f92b112f8de117a49000dfd73b7f43e1198c /drivers/message/fusion/mptscsih.c
parentdb7051b2984d2c7d44b6178ad4c523500dff7f7c (diff)
[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 96681203d4a9..024e8305bcf2 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)
2442EXPORT_SYMBOL(mptscsih_get_scsi_lookup); 2442EXPORT_SYMBOL(mptscsih_get_scsi_lookup);
2443 2443
2444/** 2444/**
2445 * mptscsih_getclear_scsi_lookup 2445 * mptscsih_getclear_scsi_lookup - retrieves and clears scmd entry from ScsiLookup[] array list
2446 *
2447 * retrieves and clears scmd entry from ScsiLookup[] array list
2448 *
2449 * @ioc: Pointer to MPT_ADAPTER structure 2446 * @ioc: Pointer to MPT_ADAPTER structure
2450 * @i: index into the array 2447 * @i: index into the array
2451 * 2448 *