779fcc8410
Remove intialisation of a variable that is immediately reassigned. The semantic patch used to find this is: // <smpl> @@ type T; identifier x; constant C; expression e; @@ T x - = C ; x = e; // </smpl> Signed-off-by: Amitoj Kaur Chawla <amitoj1606@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
skein_api.c | ||
skein_api.h | ||
skein_base.c | ||
skein_base.h | ||
skein_block.c | ||
skein_block.h | ||
skein_generic.c | ||
skein_iv.h | ||
threefish_api.c | ||
threefish_api.h | ||
threefish_block.c | ||
TODO |