]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - crypto/digest.c
spelling fixes: Documentation/
[mirror_ubuntu-zesty-kernel.git] / crypto / digest.c
index 1bf7414aeb9e4e212beda804cf270aa310548c5d..e56de6748b155eadf0f749c801e911a9a2d23577 100644 (file)
@@ -77,7 +77,7 @@ static int update2(struct hash_desc *desc,
 
                if (!nbytes)
                        break;
-               sg = sg_next(sg);
+               sg = scatterwalk_sg_next(sg);
        }
 
        return 0;