summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorentin Labbe <clabbe@baylibre.com>2020-02-24 23:26:02 +0300
committerHerbert Xu <herbert@gondor.apana.org.au>2020-03-06 04:28:21 +0300
commit11c7686a9359ffc8f72f09d26895341984791d44 (patch)
tree6f8fb0aa1171999d89b981c78afc7a2fbdf4faf3
parent5a8a076506af03f83f83d80412a7c0b06b687ee1 (diff)
downloadlinux-11c7686a9359ffc8f72f09d26895341984791d44.tar.xz
crypto: sun8i-ss - fix description of stat_fb
The description of stat_fb was wrong, let's fix it. Fixes: f08fcced6d00 ("crypto: allwinner - Add sun8i-ss cryptographic offloader") Signed-off-by: Corentin Labbe <clabbe@baylibre.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
-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 b5f855f3de10..29c44f279112 100644
--- a/drivers/crypto/allwinner/sun8i-ss/sun8i-ss.h
+++ b/drivers/crypto/allwinner/sun8i-ss/sun8i-ss.h
@@ -186,7 +186,7 @@ struct sun8i_cipher_tfm_ctx {
* this template
* @alg: one of sub struct must be used
* @stat_req: number of request done on this template
- * @stat_fb: total of all data len done on this template
+ * @stat_fb: number of request which has fallbacked
*/
struct sun8i_ss_alg_template {
u32 type;