1
0
Fork 0

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>
zero-colors
Colin Ian King 2017-04-22 14:02:02 +01:00 committed by Martin K. Petersen
parent edb88cef05
commit 6b8accea1b
1 changed files with 1 additions and 1 deletions

View 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: