2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-28 15:13:55 +08:00
linux-next/drivers/staging/rtl8188eu
Supriya Karanth 37e0807879 staging: rtl8188eu: remove intialization of static ints
static ints are initialized to 0 by the compiler.
Explicit initialization is not necessary.

Found by checkpatch.pl - ERROR: do not initialise statics to 0 or NULL

changes made using coccinelle script:
@@
type T;
identifier var;
@@
static T var
- =0
;

Signed-off-by: Supriya Karanth <iskaranth@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2015-03-16 16:08:01 +01:00
..
core Staging: rtl8188eu: Eliminate use of _init_timer 2015-03-16 16:07:15 +01:00
hal staging: rtl8188eu: use %pM specifier instead of passing direct values 2015-03-16 16:04:24 +01:00
include Staging: rtl8188eu: Eliminate use of _init_timer 2015-03-16 16:07:15 +01:00
os_dep staging: rtl8188eu: remove intialization of static ints 2015-03-16 16:08:01 +01:00
Kconfig staging: rtl8188eu: Remove P2P support 2014-07-09 21:08:47 -07:00
Makefile staging: rtl8188eu: Remove odm_debug.c 2014-09-23 23:47:12 -07:00
TODO staging: Additional item for rtl8188eu TODO list 2014-02-14 09:19:53 -08:00