Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1628833 > unrolled thread

[PATCH] scsi: fusion: fix spelling mistake: "Persistancy" -> "Persistency"

Started byColin King <colin.king@canonical.com>
First post2017-04-22 15:10 +0200
Last post2017-04-22 15:10 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH] scsi: fusion: fix spelling mistake: "Persistancy" -> "Persistency" Colin King <colin.king@canonical.com> - 2017-04-22 15:10 +0200

#1628833 — [PATCH] scsi: fusion: fix spelling mistake: "Persistancy" -> "Persistency"

FromColin King <colin.king@canonical.com>
Date2017-04-22 15:10 +0200
Subject[PATCH] scsi: fusion: fix spelling mistake: "Persistancy" -> "Persistency"
Message-ID<tz2Xw-3gg-7@gated-at.bofh.it>
From: Colin Ian King <colin.king@canonical.com>

trivial fix to spelling mistake

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/message/fusion/mptbase.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web