diff options
author | Colin Ian King | 2018-05-02 10:12:43 +0100 |
---|---|---|
committer | Martin K. Petersen | 2018-05-08 01:22:39 -0400 |
commit | b9315530bff7ccb2be6769eb74c10e7b52eeb0bf (patch) | |
tree | 5ae59ac22b5ed0007a874e579a392fcafed10404 /drivers/message/fusion | |
parent | f70c1251deb5ab17dec70119c03f2428288ebada (diff) |
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/fusion')
-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; } |