mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-30 01:16:41 +07:00
scsi: megaraid_sas: fix spelling mistake: "thershold" -> "threshold"
Trivial fix to spelling mistake in dev_info message Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
parent
436ad94133
commit
b5c5d0adf7
@ -283,7 +283,7 @@ megasas_fusion_update_can_queue(struct megasas_instance *instance, int fw_boot_c
|
||||
(instance->instancet->read_fw_status_reg(reg_set) & 0x00FFFF) - MEGASAS_FUSION_IOCTL_CMDS;
|
||||
|
||||
dev_info(&instance->pdev->dev,
|
||||
"Current firmware supports maximum commands: %d\t LDIO thershold: %d\n",
|
||||
"Current firmware supports maximum commands: %d\t LDIO threshold: %d\n",
|
||||
cur_max_fw_cmds, ldio_threshold);
|
||||
|
||||
if (fw_boot_context == OCR_CONTEXT) {
|
||||
|
Loading…
Reference in New Issue
Block a user