scsi: megaraid_sas: Fix some spelling mistakes in comment
Fix typos in comment. Reviewed-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Yu Zhe <yuzhe@nfschina.com> Link: https://lore.kernel.org/r/20221125020703.22216-1-yuzhe@nfschina.com Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
Родитель
425b27a04d
Коммит
76dc609556
|
@ -80,7 +80,7 @@ static void megasas_fusion_crash_dump(struct megasas_instance *instance);
|
|||
* @ocr_context: If called from OCR context this will
|
||||
* be set to 1, else 0
|
||||
*
|
||||
* This function initates a chip reset followed by a wait for controller to
|
||||
* This function initiates a chip reset followed by a wait for controller to
|
||||
* transition to ready state.
|
||||
* During this, driver will block all access to PCI config space from userspace
|
||||
*/
|
||||
|
@ -334,7 +334,7 @@ megasas_fire_cmd_fusion(struct megasas_instance *instance,
|
|||
*
|
||||
* This function is only for fusion controllers.
|
||||
* Update host can queue, if firmware downgrade max supported firmware commands.
|
||||
* Firmware upgrade case will be skiped because underlying firmware has
|
||||
* Firmware upgrade case will be skipped because underlying firmware has
|
||||
* more resource than exposed to the OS.
|
||||
*
|
||||
*/
|
||||
|
@ -2588,7 +2588,7 @@ static void megasas_stream_detect(struct megasas_instance *instance,
|
|||
if ((io_info->ldStartBlock != current_sd->next_seq_lba) &&
|
||||
((!io_info->isRead) || (!is_read_ahead)))
|
||||
/*
|
||||
* Once the API availible we need to change this.
|
||||
* Once the API is available we need to change this.
|
||||
* At this point we are not allowing any gap
|
||||
*/
|
||||
continue;
|
||||
|
@ -4650,7 +4650,7 @@ megasas_issue_tm(struct megasas_instance *instance, u16 device_handle,
|
|||
}
|
||||
|
||||
/*
|
||||
* megasas_fusion_smid_lookup : Look for fusion command correpspodning to SCSI
|
||||
* megasas_fusion_smid_lookup : Look for fusion command corresponding to SCSI
|
||||
* @instance: per adapter struct
|
||||
*
|
||||
* Return Non Zero index, if SMID found in outstanding commands
|
||||
|
|
Загрузка…
Ссылка в новой задаче