@@ -80,7 +80,7 @@ static void megasas_fusion_crash_dump(struct megasas_instance *instance);
80
80
* @ocr_context: If called from OCR context this will
81
81
* be set to 1, else 0
82
82
*
83
- * This function initates a chip reset followed by a wait for controller to
83
+ * This function initiates a chip reset followed by a wait for controller to
84
84
* transition to ready state.
85
85
* During this, driver will block all access to PCI config space from userspace
86
86
*/
@@ -334,7 +334,7 @@ megasas_fire_cmd_fusion(struct megasas_instance *instance,
334
334
*
335
335
* This function is only for fusion controllers.
336
336
* Update host can queue, if firmware downgrade max supported firmware commands.
337
- * Firmware upgrade case will be skiped because underlying firmware has
337
+ * Firmware upgrade case will be skipped because underlying firmware has
338
338
* more resource than exposed to the OS.
339
339
*
340
340
*/
@@ -2588,7 +2588,7 @@ static void megasas_stream_detect(struct megasas_instance *instance,
2588
2588
if ((io_info -> ldStartBlock != current_sd -> next_seq_lba ) &&
2589
2589
((!io_info -> isRead ) || (!is_read_ahead )))
2590
2590
/*
2591
- * Once the API availible we need to change this.
2591
+ * Once the API is available we need to change this.
2592
2592
* At this point we are not allowing any gap
2593
2593
*/
2594
2594
continue ;
@@ -4650,7 +4650,7 @@ megasas_issue_tm(struct megasas_instance *instance, u16 device_handle,
4650
4650
}
4651
4651
4652
4652
/*
4653
- * megasas_fusion_smid_lookup : Look for fusion command correpspodning to SCSI
4653
+ * megasas_fusion_smid_lookup : Look for fusion command corresponding to SCSI
4654
4654
* @instance: per adapter struct
4655
4655
*
4656
4656
* Return Non Zero index, if SMID found in outstanding commands
0 commit comments