* [PATCH] Crypto: change all occurances of "kerneli" to kernel Bug #60848
@ 2013-10-02 15:56 Kevin Mulvey
2013-10-02 16:32 ` Christoph Hellwig
0 siblings, 1 reply; 2+ messages in thread
From: Kevin Mulvey @ 2013-10-02 15:56 UTC (permalink / raw)
To: herbert; +Cc: davem, linux-crypto, linux-kernel, Kevin Mulvey
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Crypto: change all occurances of "kerneli" to kernel Bug #60848
2013-10-02 15:56 [PATCH] Crypto: change all occurances of "kerneli" to kernel Bug #60848 Kevin Mulvey
@ 2013-10-02 16:32 ` Christoph Hellwig
0 siblings, 0 replies; 2+ messages in thread
From: Christoph Hellwig @ 2013-10-02 16:32 UTC (permalink / raw)
To: Kevin Mulvey; +Cc: herbert, davem, linux-crypto, linux-kernel
On Wed, Oct 02, 2013 at 11:56:23AM -0400, Kevin Mulvey wrote:
> replace all kerneli with kernel
kerneli is correct in this case.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-10-02 16:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-02 15:56 [PATCH] Crypto: change all occurances of "kerneli" to kernel Bug #60848 Kevin Mulvey
2013-10-02 16:32 ` Christoph Hellwig
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).