diff options
author | Colin Ian King <colin.king@canonical.com> | 2018-05-02 05:12:43 -0400 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2018-05-08 01:22:39 -0400 |
commit | b9315530bff7ccb2be6769eb74c10e7b52eeb0bf (patch) | |
tree | 5ae59ac22b5ed0007a874e579a392fcafed10404 /drivers | |
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')
-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) | |||
7635 | 7635 | ||
7636 | snprintf(evStr, EVENT_DESCR_STR_SZ, | 7636 | snprintf(evStr, EVENT_DESCR_STR_SZ, |
7637 | "SAS Initiator Device Table Overflow: max initiators=%02d " | 7637 | "SAS Initiator Device Table Overflow: max initiators=%02d " |
7638 | "current initators=%02d", | 7638 | "current initiators=%02d", |
7639 | max_init, current_init); | 7639 | max_init, current_init); |
7640 | break; | 7640 | break; |
7641 | } | 7641 | } |