Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux...
[linux-drm-fsl-dcu.git] / crypto / algapi.c
index 71a8143e23b13390ec020ffb7f1168ae9ca285fc..83b04e0884b10cb108f869164c52458a5e833447 100644 (file)
@@ -473,6 +473,7 @@ void crypto_unregister_template(struct crypto_template *tmpl)
        list = &tmpl->instances;
        hlist_for_each_entry(inst, list, list) {
                int err = crypto_remove_alg(&inst->alg, &users);
+
                BUG_ON(err);
        }