2021-06-16 19:09:51

by Colin King

[permalink] [raw]
Subject: [PATCH][next] scsi: elx: efct: Fix spelling mistake "Unexected" -> "Unexpected"

From: Colin Ian King <[email protected]>

There is a spelling mistake in a efc_log_info message. Fix it.

Signed-off-by: Colin Ian King <[email protected]>
---
drivers/scsi/elx/efct/efct_driver.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/scsi/elx/efct/efct_driver.c b/drivers/scsi/elx/efct/efct_driver.c
index 2fa5996fc0d5..eab68fd9337a 100644
--- a/drivers/scsi/elx/efct/efct_driver.c
+++ b/drivers/scsi/elx/efct/efct_driver.c
@@ -372,7 +372,7 @@ efct_request_firmware_update(struct efct *efct)
efct_fw_reset(efct);
break;
default:
- efc_log_info(efct, "Unexected value change_status:%d\n",
+ efc_log_info(efct, "Unexpected value change_status:%d\n",
fw_change_status);
break;
}
--
2.31.1


2021-06-19 08:59:23

by Martin K. Petersen

[permalink] [raw]
Subject: Re: [PATCH][next] scsi: elx: efct: Fix spelling mistake "Unexected" -> "Unexpected"


Colin,

> There is a spelling mistake in a efc_log_info message. Fix it.

Applied to 5.14/scsi-staging, thanks!

--
Martin K. Petersen Oracle Linux Engineering