remarkable-linux/drivers/staging/rtl8723au
Supriya Karanth e719bba855 staging: rtl8723au: 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:17:31 +01:00
..
core staging: rtl8723au: remove intialization of static ints 2015-03-16 16:17:31 +01:00
hal drivers: staging: rtl8723au: hal: Removed unnecessary parentheses 2015-03-09 13:37:22 +01:00
include staging: rtl8723au: Eliminate ODM_SetBBReg() 2015-03-06 17:22:44 -08:00
os_dep staging: rtl8723au: remove intialization of static ints 2015-03-16 16:17:31 +01:00
Kconfig
Makefile staging: rtl8723au: Fold rtw_ack_tx_done23a() into rtw23a_sctx_done_err() 2014-12-02 16:40:00 -08:00
TODO