]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
scsi: fusion: fix spelling mistake: "Persistancy" -> "Persistency"
authorColin Ian King <colin.king@canonical.com>
Sat, 22 Apr 2017 13:02:02 +0000 (14:02 +0100)
committerMartin K. Petersen <martin.petersen@oracle.com>
Mon, 24 Apr 2017 22:15:26 +0000 (18:15 -0400)
trivial fix to spelling mistake

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 1e73064b0fb2779b5bf14f39d842a8120ffccc04..62cff5afc6bdc48d3a8b20b6ae38d3f4da77e139 100644 (file)
@@ -7396,7 +7396,7 @@ mpt_display_event_info(MPT_ADAPTER *ioc, EventNotificationReply_t *pEventReply)
                        break;
                case MPI_EVENT_SAS_DEV_STAT_RC_NO_PERSIST_ADDED:
                        snprintf(evStr, EVENT_DESCR_STR_SZ,
-                           "SAS Device Status Change: No Persistancy: "
+                           "SAS Device Status Change: No Persistency: "
                            "id=%d channel=%d", id, channel);
                        break;
                case MPI_EVENT_SAS_DEV_STAT_RC_UNSUPPORTED: