diff options
author | Colin Ian King <colin.king@canonical.com> | 2018-05-02 12:12:43 +0300 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2018-05-08 08:22:39 +0300 |
commit | b9315530bff7ccb2be6769eb74c10e7b52eeb0bf (patch) | |
tree | 5ae59ac22b5ed0007a874e579a392fcafed10404 /drivers/message | |
parent | f70c1251deb5ab17dec70119c03f2428288ebada (diff) | |
download | linux-b9315530bff7ccb2be6769eb74c10e7b52eeb0bf.tar.xz |
scsi: mptfusion: fix spelling mistake: "initators" -> "initiators"
Trivial fix to spelling mistake in text string.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/message')
-rw-r--r-- | drivers/message/fusion/mptbase.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/message/fusion/mptbase.c b/drivers/message/fusion/mptbase.c index 51eb1b027963..72e72f93f0f5 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; } |