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


Groups > linux.kernel > #1664607

[PATCH][crypto-next] crypto: cavium: fix spelling mistake "Revsion" -> "Revision"

From Colin King <colin.king@canonical.com>
Newsgroups linux.kernel
Subject [PATCH][crypto-next] crypto: cavium: fix spelling mistake "Revsion" -> "Revision"
Date 2017-06-13 11:00 +0200
Message-ID <tRPQ5-5MF-7@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


From: Colin Ian King <colin.king@canonical.com>

Trivial fix to spelling mistake in seq_printf message

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

diff --git a/drivers/crypto/cavium/nitrox/nitrox_main.c b/drivers/crypto/cavium/nitrox/nitrox_main.c
index eee6fb501580..ae44a464cd2d 100644
--- a/drivers/crypto/cavium/nitrox/nitrox_main.c
+++ b/drivers/crypto/cavium/nitrox/nitrox_main.c
@@ -399,7 +399,7 @@ static int nitrox_show(struct seq_file *s, void *v)
 	struct nitrox_device *ndev = s->private;
 
 	seq_printf(s, "NITROX-5 [idx: %d]\n", ndev->idx);
-	seq_printf(s, "  Revsion ID: 0x%0x\n", ndev->hw.revision_id);
+	seq_printf(s, "  Revision ID: 0x%0x\n", ndev->hw.revision_id);
 	seq_printf(s, "  Cores [AE: %u  SE: %u]\n",
 		   ndev->hw.ae_cores, ndev->hw.se_cores);
 	seq_printf(s, "  Number of Queues: %u\n", ndev->nr_queues);
-- 
2.11.0

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH][crypto-next] crypto: cavium: fix spelling mistake "Revsion" -> "Revision" Colin King <colin.king@canonical.com> - 2017-06-13 11:00 +0200
  Re: [PATCH][crypto-next] crypto: cavium: fix spelling mistake  "Revsion" -> "Revision" Joe Perches <joe@perches.com> - 2017-06-13 12:40 +0200
    Re: [PATCH][crypto-next] crypto: cavium: fix spelling mistake  "Revsion" -> "Revision" Colin Ian King <colin.king@canonical.com> - 2017-06-13 12:50 +0200
      Re: [PATCH][crypto-next] crypto: cavium: fix spelling mistake  "Revsion" -> "Revision" Joe Perches <joe@perches.com> - 2017-06-13 12:50 +0200

csiph-web