isci(4): Fix a typo in a source code comment

- s/paramater/parameter/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-08-07 16:05:08 +02:00
parent 044169efe0
commit 0702f4f040

View File

@ -447,7 +447,7 @@ void sati_scsi_common_response_iu_construct(
* for which to construct the buffer for sense data.
* @param[in] scsi_status This parameter specifies the SCSI status
* value for the user's IO request.
* @param[out] sense_data This paramater
* @param[out] sense_data This parameter
*
* @return none
*/