diff options
| author | 2015-03-12 13:26:19 +0900 | |
|---|---|---|
| committer | 2015-03-16 16:08:01 +0100 | |
| commit | 37e080787925a972b1eb866d2cd2d75badfb7a24 (patch) | |
| tree | 9c5d62189f79b17c4084849c3c8df3e0177c367a /scripts/diffconfig | |
| parent | Staging: rtl8188eu: Eliminate use of _init_timer (diff) | |
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>
Diffstat (limited to 'scripts/diffconfig')
0 files changed, 0 insertions, 0 deletions
