dect
/
linux-2.6
Archived
13
0
Fork 0

[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>
This commit is contained in:
James Bottomley 2009-06-09 23:01:01 +00:00
parent db7051b298
commit fc847ab431
2 changed files with 8 additions and 13 deletions

View File

@ -636,8 +636,7 @@ mptsas_add_device_component_by_fw(MPT_ADAPTER *ioc, u8 channel, u8 id)
} }
/** /**
* mptsas_add_device_component_starget_ir - Handle Integrated RAID, adding * mptsas_add_device_component_starget_ir - Handle Integrated RAID, adding each individual device to list
* each individual device to list
* @ioc: Pointer to MPT_ADAPTER structure * @ioc: Pointer to MPT_ADAPTER structure
* @channel: fw mapped id's * @channel: fw mapped id's
* @id: * @id:
@ -776,8 +775,7 @@ mptsas_add_device_component_starget(MPT_ADAPTER *ioc,
} }
/** /**
* mptsas_del_device_component_by_os - Once a device has been removed, we * mptsas_del_device_component_by_os - Once a device has been removed, we mark the entry in the list as being cached
* mark the entry in the list as being cached
* @ioc: Pointer to MPT_ADAPTER structure * @ioc: Pointer to MPT_ADAPTER structure
* @channel: os mapped id's * @channel: os mapped id's
* @id: * @id:
@ -1125,11 +1123,12 @@ mptsas_target_reset_queue(MPT_ADAPTER *ioc,
} }
/** /**
* mptsas_taskmgmt_complete - Completion for TARGET_RESET after * mptsas_taskmgmt_complete - complete SAS task management function
* NOT_RESPONDING_EVENT, enable work queue to finish off removing device
* from upper layers. then send next TARGET_RESET in the queue.
* @ioc: Pointer to MPT_ADAPTER structure * @ioc: Pointer to MPT_ADAPTER structure
* *
* Completion for TARGET_RESET after NOT_RESPONDING_EVENT, enable work
* queue to finish off removing device from upper layers. then send next
* TARGET_RESET in the queue.
**/ **/
static int static int
mptsas_taskmgmt_complete(MPT_ADAPTER *ioc, MPT_FRAME_HDR *mf, MPT_FRAME_HDR *mr) mptsas_taskmgmt_complete(MPT_ADAPTER *ioc, MPT_FRAME_HDR *mf, MPT_FRAME_HDR *mr)
@ -1441,8 +1440,7 @@ mptsas_add_end_device(MPT_ADAPTER *ioc, struct mptsas_phyinfo *phy_info)
} }
/** /**
* mptsas_del_end_device - report a deleted end device to sas transport * mptsas_del_end_device - report a deleted end device to sas transport layer
* layer
* @ioc: Pointer to MPT_ADAPTER structure * @ioc: Pointer to MPT_ADAPTER structure
* @phy_info: decribes attached device * @phy_info: decribes attached device
* *

View File

@ -2442,10 +2442,7 @@ mptscsih_get_scsi_lookup(MPT_ADAPTER *ioc, int i)
EXPORT_SYMBOL(mptscsih_get_scsi_lookup); EXPORT_SYMBOL(mptscsih_get_scsi_lookup);
/** /**
* mptscsih_getclear_scsi_lookup * mptscsih_getclear_scsi_lookup - retrieves and clears scmd entry from ScsiLookup[] array list
*
* retrieves and clears scmd entry from 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
* *