OSDN Git Service

scsi: mptfusion: fix spelling mistake: "initators" -> "initiators"
authorColin Ian King <colin.king@canonical.com>
Wed, 2 May 2018 09:12:43 +0000 (10:12 +0100)
committerMartin K. Petersen <martin.petersen@oracle.com>
Tue, 8 May 2018 05:22:39 +0000 (01:22 -0400)
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>
drivers/message/fusion/mptbase.c

index 51eb1b0..72e72f9 100644 (file)
@@ -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;
        }