linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Kevin Mulvey <kevin@kevinmulvey.net>
To: herbert@gondor.apana.org.au
Cc: davem@davemloft.net, linux-crypto@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	Kevin Mulvey <kevin@kevinmulvey.net>
Subject: [PATCH] Crypto: change all occurances of "kerneli" to kernel Bug #60848
Date: Wed,  2 Oct 2013 11:56:23 -0400	[thread overview]
Message-ID: <1380729383-42275-1-git-send-email-kevin@kevinmulvey.net> (raw)

replace all kerneli with kernel

Signed-off-by: Kevin Mulvey <kevin@kevinmulvey.net>
---
 crypto/Kconfig           | 2 +-
 crypto/serpent_generic.c | 2 +-
 crypto/testmgr.h         | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/crypto/Kconfig b/crypto/Kconfig
index 69ce573..84698cf 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -1084,7 +1084,7 @@ config CRYPTO_SERPENT
 
 	  Keys are allowed to be from 0 to 256 bits in length, in steps
 	  of 8 bits.  Also includes the 'Tnepres' algorithm, a reversed
-	  variant of Serpent for compatibility with old kerneli.org code.
+	  variant of Serpent for compatibility with old kernel.org code.
 
 	  See also:
 	  <http://www.cl.cam.ac.uk/~rja14/serpent.html>
diff --git a/crypto/serpent_generic.c b/crypto/serpent_generic.c
index 7ddbd7e..03f58b1 100644
--- a/crypto/serpent_generic.c
+++ b/crypto/serpent_generic.c
@@ -663,7 +663,7 @@ module_init(serpent_mod_init);
 module_exit(serpent_mod_fini);
 
 MODULE_LICENSE("GPL");
-MODULE_DESCRIPTION("Serpent and tnepres (kerneli compatible serpent reversed) Cipher Algorithm");
+MODULE_DESCRIPTION("Serpent and tnepres (kernel compatible serpent reversed) Cipher Algorithm");
 MODULE_AUTHOR("Dag Arne Osvik <osvik@ii.uib.no>");
 MODULE_ALIAS("tnepres");
 MODULE_ALIAS("serpent");
diff --git a/crypto/testmgr.h b/crypto/testmgr.h
index 7d44aa3..e791172 100644
--- a/crypto/testmgr.h
+++ b/crypto/testmgr.h
@@ -585,7 +585,7 @@ static struct hash_testvec sha256_tv_template[] = {
 };
 
 /*
- * SHA384 test vectors from from NIST and kerneli
+ * SHA384 test vectors from from NIST and kernel
  */
 #define SHA384_TEST_VECTORS	4
 
@@ -634,7 +634,7 @@ static struct hash_testvec sha384_tv_template[] = {
 };
 
 /*
- * SHA512 test vectors from from NIST and kerneli
+ * SHA512 test vectors from from NIST and kernel
  */
 #define SHA512_TEST_VECTORS	4
 
-- 
1.8.1.4

             reply	other threads:[~2013-10-02 15:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-02 15:56 Kevin Mulvey [this message]
2013-10-02 16:32 ` [PATCH] Crypto: change all occurances of "kerneli" to kernel Bug #60848 Christoph Hellwig

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1380729383-42275-1-git-send-email-kevin@kevinmulvey.net \
    --to=kevin@kevinmulvey.net \
    --cc=davem@davemloft.net \
    --cc=herbert@gondor.apana.org.au \
    --cc=linux-crypto@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).