aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/allwinner
diff options
context:
space:
mode:
authorCorentin Labbe <clabbe@baylibre.com>2020-09-18 07:23:02 +0000
committerHerbert Xu <herbert@gondor.apana.org.au>2020-09-25 17:48:17 +1000
commit3b7aaa84052532bb058b8cbb9306ef2db0fbc2aa (patch)
tree2e24e3db6491e633990cfe39cfae5105026dd27b /drivers/crypto/allwinner
parentcrypto: sun8i-ss - support hash algorithms (diff)
downloadlinux-dev-3b7aaa84052532bb058b8cbb9306ef2db0fbc2aa.tar.xz
linux-dev-3b7aaa84052532bb058b8cbb9306ef2db0fbc2aa.zip
crypto: sun8i-ss - fix a trivial typo
This fixes a trivial typo. Signed-off-by: Corentin Labbe <clabbe@baylibre.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto/allwinner')
-rw-r--r--drivers/crypto/allwinner/sun8i-ss/sun8i-ss.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/crypto/allwinner/sun8i-ss/sun8i-ss.h b/drivers/crypto/allwinner/sun8i-ss/sun8i-ss.h
index 377ea7acb54d..da71d8059019 100644
--- a/drivers/crypto/allwinner/sun8i-ss/sun8i-ss.h
+++ b/drivers/crypto/allwinner/sun8i-ss/sun8i-ss.h
@@ -100,7 +100,7 @@ struct ss_clock {
* @alg_hash: list of supported hashes. for each SS_ID_ this will give the
* corresponding SS_ALG_XXX value
* @op_mode: list of supported block modes
- * @ss_clks! list of clock needed by this variant
+ * @ss_clks: list of clock needed by this variant
*/
struct ss_variant {
char alg_cipher[SS_ID_CIPHER_MAX];