Skip to content

Commit

Permalink
scsi: megaraid_sas: fix spelling mistake: "thershold" -> "threshold"
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Colin Ian King authored and Martin K. Petersen committed Nov 3, 2017
1 parent 436ad94 commit b5c5d0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/scsi/megaraid/megaraid_sas_fusion.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit b5c5d0a

Please sign in to comment.