From: Colin Ian King Date: Thu, 2 Nov 2017 10:18:10 +0000 (+0000) Subject: scsi: megaraid_sas: fix spelling mistake: "thershold" -> "threshold" X-Git-Tag: v4.15-rc1~125^2~23 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b5c5d0adf75cd4c0fb037ba2ca0ed80ae9ba3d05;p=thirdparty%2Fkernel%2Flinux.git scsi: megaraid_sas: fix spelling mistake: "thershold" -> "threshold" Trivial fix to spelling mistake in dev_info message Signed-off-by: Colin Ian King Signed-off-by: Martin K. Petersen --- diff --git a/drivers/scsi/megaraid/megaraid_sas_fusion.c b/drivers/scsi/megaraid/megaraid_sas_fusion.c index ad162fed389cf..569663bab771c 100644 --- a/drivers/scsi/megaraid/megaraid_sas_fusion.c +++ b/drivers/scsi/megaraid/megaraid_sas_fusion.c @@ -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) {