Merge tag 'sound-4.15-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git...
[sfrench/cifs-2.6.git] / crypto / rmd256.c
index 4ec02a754e0992e5700fe683f89dde754fa1d1b8..f50c025cc9623a65abdbce4d494db5ddb20f02aa 100644 (file)
@@ -228,8 +228,6 @@ static void rmd256_transform(u32 *state, const __le32 *in)
        state[5] += bbb;
        state[6] += ccc;
        state[7] += ddd;
-
-       return;
 }
 
 static int rmd256_init(struct shash_desc *desc)