]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
crypto: sun8i-ss - fix description of stat_fb
authorCorentin Labbe <clabbe@baylibre.com>
Mon, 24 Feb 2020 20:26:02 +0000 (20:26 +0000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 6 Mar 2020 01:28:21 +0000 (12:28 +1100)
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>
drivers/crypto/allwinner/sun8i-ss/sun8i-ss.h

index b5f855f3de10c8924bfc3853b2e2dc82fc4dbc8b..29c44f2791123ebb5c74ca5cbd816ca08fd0caac 100644 (file)
@@ -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;