summaryrefslogtreecommitdiffstats
path: root/crypto/ecdh.c
diff options
context:
space:
mode:
authorTudor-Dan Ambarus2017-05-25 09:18:03 +0200
committerHerbert Xu2017-06-10 06:04:25 +0200
commitc0ca1215dc92ee6a0f975c95a92fb7f9fb31e9e1 (patch)
tree28e534fd6bdd1c17c93b19b945d531f0bffcdbdc /crypto/ecdh.c
parentMAINTAINERS: add a maintainer for the Inside Secure crypto driver (diff)
downloadkernel-qcow2-linux-c0ca1215dc92ee6a0f975c95a92fb7f9fb31e9e1.tar.gz
kernel-qcow2-linux-c0ca1215dc92ee6a0f975c95a92fb7f9fb31e9e1.tar.xz
kernel-qcow2-linux-c0ca1215dc92ee6a0f975c95a92fb7f9fb31e9e1.zip
crypto: kpp, (ec)dh - fix typos
While here, add missing argument description (ndigits). Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/ecdh.c')
-rw-r--r--crypto/ecdh.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/ecdh.c b/crypto/ecdh.c
index 63ca33771e4e..36233077a552 100644
--- a/crypto/ecdh.c
+++ b/crypto/ecdh.c
@@ -4,9 +4,9 @@
* Authors: Salvator Benedetto <salvatore.benedetto@intel.com>
*
* This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public Licence
+ * modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version
- * 2 of the Licence, or (at your option) any later version.
+ * 2 of the License, or (at your option) any later version.
*/
#include <linux/module.h>