mirror of
https://github.com/torvalds/linux.git
synced 2024-12-20 01:52:13 +00:00
crypto: sun8i-ss - fix description of stat_fb
The description of stat_fb was wrong, let's fix it.
Fixes: f08fcced6d
("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>
This commit is contained in:
parent
5a8a076506
commit
11c7686a93
@ -186,7 +186,7 @@ struct sun8i_cipher_tfm_ctx {
|
|||||||
* this template
|
* this template
|
||||||
* @alg: one of sub struct must be used
|
* @alg: one of sub struct must be used
|
||||||
* @stat_req: number of request done on this template
|
* @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 {
|
struct sun8i_ss_alg_template {
|
||||||
u32 type;
|
u32 type;
|
||||||
|
Loading…
Reference in New Issue
Block a user