1
0
Fork 0
remarkable-linux/drivers/staging/rtl8188eu/os_dep
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
..
ioctl_linux.c staging: rtl8188eu: replace memset(x,0,ETH_ALEN) 2015-03-06 15:30:07 -08:00
mlme_linux.c Staging: rtl8188eu: Eliminate use of _init_timer 2015-03-16 16:07:15 +01:00
os_intfs.c staging: rtl8188eu: remove intialization of static ints 2015-03-16 16:08:01 +01:00
osdep_service.c
recv_linux.c Staging: rtl8188eu: Eliminate use of _init_timer 2015-03-16 16:07:15 +01:00
rtw_android.c
usb_intf.c staging: rtl8188eu: Fix trivial typos in comments 2015-03-06 16:35:53 -08:00
usb_ops_linux.c staging: rtl8188eu: Add blank line after declarations 2015-03-01 16:22:52 -08:00
xmit_linux.c rtl8188eu: Simplify rtw_endofpktfile() in xmit_linux.c 2014-11-26 15:27:25 -08:00