From: Colin Ian King Date: Wed, 2 May 2018 09:12:43 +0000 (+0100) Subject: scsi: mptfusion: fix spelling mistake: "initators" -> "initiators" X-Git-Tag: v4.18-rc1~66^2~98 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9315530bff7ccb2be6769eb74c10e7b52eeb0bf;p=thirdparty%2Fkernel%2Flinux.git scsi: mptfusion: fix spelling mistake: "initators" -> "initiators" Trivial fix to spelling mistake in text string. Signed-off-by: Colin Ian King Signed-off-by: Martin K. Petersen --- diff --git a/drivers/message/fusion/mptbase.c b/drivers/message/fusion/mptbase.c index 51eb1b0279638..72e72f93f0f5e 100644 --- a/drivers/message/fusion/mptbase.c +++ b/drivers/message/fusion/mptbase.c @@ -7635,7 +7635,7 @@ mpt_display_event_info(MPT_ADAPTER *ioc, EventNotificationReply_t *pEventReply) snprintf(evStr, EVENT_DESCR_STR_SZ, "SAS Initiator Device Table Overflow: max initiators=%02d " - "current initators=%02d", + "current initiators=%02d", max_init, current_init); break; }