Loading crypto/ahash.c +4 −3 Original line number Diff line number Diff line Loading @@ -82,10 +82,11 @@ int crypto_hash_walk_done(struct crypto_hash_walk *walk, int err) if (err) return err; if (nbytes) { walk->offset = 0; if (nbytes) walk->pg++; return hash_walk_next(walk); } if (!walk->total) return 0; Loading Loading
crypto/ahash.c +4 −3 Original line number Diff line number Diff line Loading @@ -82,10 +82,11 @@ int crypto_hash_walk_done(struct crypto_hash_walk *walk, int err) if (err) return err; if (nbytes) { walk->offset = 0; if (nbytes) walk->pg++; return hash_walk_next(walk); } if (!walk->total) return 0; Loading