Merge tag 'arm-defconfig-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
[linux-block.git] / crypto / authencesn.c
index 589008146fce78990f7358a7590d3bceb2209edf..149b70df2a91712fe00c25ddfe6a66779261d576 100644 (file)
@@ -458,7 +458,7 @@ static int crypto_authenc_esn_create(struct crypto_template *tmpl,
        inst->alg.encrypt = crypto_authenc_esn_encrypt;
        inst->alg.decrypt = crypto_authenc_esn_decrypt;
 
-       inst->free = crypto_authenc_esn_free,
+       inst->free = crypto_authenc_esn_free;
 
        err = aead_register_instance(tmpl, inst);
        if (err) {