From: Colin Ian King Date: Sat, 22 Apr 2017 13:02:02 +0000 (+0100) Subject: scsi: fusion: fix spelling mistake: "Persistancy" -> "Persistency" X-Git-Tag: v4.12-rc1~99^2~19 X-Git-Url: https://git.kernelconcepts.de/?a=commitdiff_plain;h=6b8accea1b03da5f03e6dcd589f7024c4f4ee445;p=karo-tx-linux.git scsi: fusion: fix spelling mistake: "Persistancy" -> "Persistency" trivial fix to spelling mistake Signed-off-by: Colin Ian King Signed-off-by: Martin K. Petersen --- 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) 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: