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


Groups > linux.kernel > #1656956 > unrolled thread

[PATCH] taging: ccree: fix spelling mistake: "chanined" -> "chained"

Started byColin King <colin.king@canonical.com>
First post2017-06-04 01:40 +0200
Last post2017-06-04 01:40 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH] taging: ccree: fix spelling mistake: "chanined" -> "chained" Colin King <colin.king@canonical.com> - 2017-06-04 01:40 +0200

#1656956 — [PATCH] taging: ccree: fix spelling mistake: "chanined" -> "chained"

FromColin King <colin.king@canonical.com>
Date2017-06-04 01:40 +0200
Subject[PATCH] taging: ccree: fix spelling mistake: "chanined" -> "chained"
Message-ID<tOqOd-56H-9@gated-at.bofh.it>
From: Colin Ian King <colin.king@canonical.com>

Trivial fix to spelling mistake in SSI_LOG_ERR message

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

diff --git a/drivers/staging/ccree/ssi_buffer_mgr.c b/drivers/staging/ccree/ssi_buffer_mgr.c
index 04515e70d2d3..379eecf85ba1 100644
--- a/drivers/staging/ccree/ssi_buffer_mgr.c
+++ b/drivers/staging/ccree/ssi_buffer_mgr.c
@@ -156,7 +156,7 @@ static unsigned int ssi_buffer_mgr_get_sgl_nents(
 	unsigned int nents = 0;
 	while (nbytes != 0) {
 		if (sg_is_chain(sg_list)) {
-			SSI_LOG_ERR("Unexpected chanined entry "
+			SSI_LOG_ERR("Unexpected chained entry "
 				   "in sg (entry =0x%X) \n", nents);
 			BUG();
 		}
-- 
2.11.0

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web