Skip to content

Commit 76dc609

Browse files
yuzhenfschinamartinkpetersen
authored andcommitted
scsi: megaraid_sas: Fix some spelling mistakes in comment
Fix typos in comment. Reviewed-by: Randy Dunlap <[email protected]> Signed-off-by: Yu Zhe <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Martin K. Petersen <[email protected]>
1 parent 425b27a commit 76dc609

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

drivers/scsi/megaraid/megaraid_sas_fusion.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ static void megasas_fusion_crash_dump(struct megasas_instance *instance);
8080
* @ocr_context: If called from OCR context this will
8181
* be set to 1, else 0
8282
*
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
8484
* transition to ready state.
8585
* During this, driver will block all access to PCI config space from userspace
8686
*/
@@ -334,7 +334,7 @@ megasas_fire_cmd_fusion(struct megasas_instance *instance,
334334
*
335335
* This function is only for fusion controllers.
336336
* 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
338338
* more resource than exposed to the OS.
339339
*
340340
*/
@@ -2588,7 +2588,7 @@ static void megasas_stream_detect(struct megasas_instance *instance,
25882588
if ((io_info->ldStartBlock != current_sd->next_seq_lba) &&
25892589
((!io_info->isRead) || (!is_read_ahead)))
25902590
/*
2591-
* Once the API availible we need to change this.
2591+
* Once the API is available we need to change this.
25922592
* At this point we are not allowing any gap
25932593
*/
25942594
continue;
@@ -4650,7 +4650,7 @@ megasas_issue_tm(struct megasas_instance *instance, u16 device_handle,
46504650
}
46514651

46524652
/*
4653-
* megasas_fusion_smid_lookup : Look for fusion command correpspodning to SCSI
4653+
* megasas_fusion_smid_lookup : Look for fusion command corresponding to SCSI
46544654
* @instance: per adapter struct
46554655
*
46564656
* Return Non Zero index, if SMID found in outstanding commands

0 commit comments

Comments
 (0)