aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2017-04-22 09:02:02 -0400
committerMartin K. Petersen <martin.petersen@oracle.com>2017-04-24 18:15:26 -0400
commit6b8accea1b03da5f03e6dcd589f7024c4f4ee445 (patch)
tree601285af2c93e2893d526219749d6c9afece9e19
parentedb88cef0570914375d461107759cf0d6d677ed5 (diff)
scsi: fusion: fix spelling mistake: "Persistancy" -> "Persistency"
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>
-rw-r--r--drivers/message/fusion/mptbase.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/message/fusion/mptbase.c b/drivers/message/fusion/mptbase.c
index 1e73064b0fb2..62cff5afc6bd 100644
--- a/drivers/message/fusion/mptbase.c
+++ b/drivers/message/fusion/mptbase.c
@@ -7396,7 +7396,7 @@ mpt_display_event_info(MPT_ADAPTER *ioc, EventNotificationReply_t *pEventReply)
7396 break; 7396 break;
7397 case MPI_EVENT_SAS_DEV_STAT_RC_NO_PERSIST_ADDED: 7397 case MPI_EVENT_SAS_DEV_STAT_RC_NO_PERSIST_ADDED:
7398 snprintf(evStr, EVENT_DESCR_STR_SZ, 7398 snprintf(evStr, EVENT_DESCR_STR_SZ,
7399 "SAS Device Status Change: No Persistancy: " 7399 "SAS Device Status Change: No Persistency: "
7400 "id=%d channel=%d", id, channel); 7400 "id=%d channel=%d", id, channel);
7401 break; 7401 break;
7402 case MPI_EVENT_SAS_DEV_STAT_RC_UNSUPPORTED: 7402 case MPI_EVENT_SAS_DEV_STAT_RC_UNSUPPORTED: