Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Yu Zhe and committed by
Martin K. Petersen
76dc6095 425b27a0

+4 -4
+4 -4
drivers/scsi/megaraid/megaraid_sas_fusion.c
··· 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 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 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 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