linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][next] scsi: elx: efct: Fix spelling mistake "Unexected" -> "Unexpected"
@ 2021-06-16 14:26 Colin King
  2021-06-19  2:22 ` Martin K. Petersen
  0 siblings, 1 reply; 2+ messages in thread
From: Colin King @ 2021-06-16 14:26 UTC (permalink / raw)
  To: James Smart, Ram Vegesna, James E . J . Bottomley,
	Martin K . Petersen, linux-scsi, target-devel
  Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

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

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH][next] scsi: elx: efct: Fix spelling mistake "Unexected" -> "Unexpected"
  2021-06-16 14:26 [PATCH][next] scsi: elx: efct: Fix spelling mistake "Unexected" -> "Unexpected" Colin King
@ 2021-06-19  2:22 ` Martin K. Petersen
  0 siblings, 0 replies; 2+ messages in thread
From: Martin K. Petersen @ 2021-06-19  2:22 UTC (permalink / raw)
  To: Colin King
  Cc: James Smart, Ram Vegesna, James E . J . Bottomley,
	Martin K . Petersen, linux-scsi, target-devel, kernel-janitors,
	linux-kernel


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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-06-19  2:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-16 14:26 [PATCH][next] scsi: elx: efct: Fix spelling mistake "Unexected" -> "Unexpected" Colin King
2021-06-19  2:22 ` Martin K. Petersen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).