Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6b8accea authored by Colin Ian King's avatar Colin Ian King Committed by Martin K. Petersen
Browse files

scsi: fusion: fix spelling mistake: "Persistancy" -> "Persistency"



trivial fix to spelling mistake

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
parent edb88cef
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -7396,7 +7396,7 @@ mpt_display_event_info(MPT_ADAPTER *ioc, EventNotificationReply_t *pEventReply)
			break;
			break;
		case MPI_EVENT_SAS_DEV_STAT_RC_NO_PERSIST_ADDED:
		case MPI_EVENT_SAS_DEV_STAT_RC_NO_PERSIST_ADDED:
			snprintf(evStr, EVENT_DESCR_STR_SZ,
			snprintf(evStr, EVENT_DESCR_STR_SZ,
			    "SAS Device Status Change: No Persistancy: "
			    "SAS Device Status Change: No Persistency: "
			    "id=%d channel=%d", id, channel);
			    "id=%d channel=%d", id, channel);
			break;
			break;
		case MPI_EVENT_SAS_DEV_STAT_RC_UNSUPPORTED:
		case MPI_EVENT_SAS_DEV_STAT_RC_UNSUPPORTED: