linux/drivers/staging/skein
Amitoj Kaur Chawla 779fcc8410 staging: skein: Remove useless initialisation
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>
2015-10-16 23:05:17 -07:00
..
Kconfig staging: skein: Adds Loadable Module Support 2014-10-29 16:39:58 +08:00
Makefile staging: skein: Adds Loadable Module Support 2014-10-29 16:39:58 +08:00
skein_api.c staging: skein: Remove useless initialisation 2015-10-16 23:05:17 -07:00
skein_api.h staging: skein: Adds * on subsequent lines in block comment 2015-09-21 09:56:50 -07:00
skein_base.c Staging: skein: Remove NULL comparison 2015-10-13 14:37:35 -07:00
skein_base.h staging: skein: fix sparse warnings related to shift operator 2014-11-22 10:53:09 -08:00
skein_block.c staging: skein: remove extra indentation 2015-10-12 16:37:26 -07:00
skein_block.h staging: skein: Renames skein to skein_base 2014-10-29 16:39:58 +08:00
skein_generic.c Staging: skein: Remove space after cast 2015-10-12 16:37:26 -07:00
skein_iv.h staging: skein: Renames skein to skein_base 2014-10-29 16:39:58 +08:00
threefish_api.c
threefish_api.h staging: skein: Renames skein to skein_base 2014-10-29 16:39:58 +08:00
threefish_block.c
TODO