aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorSupriya Karanth <iskaranth@gmail.com>2015-03-12 13:26:20 +0900
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-03-16 16:17:31 +0100
commite719bba8559708e240164c69b39ed3ea86a7fa46 (patch)
treeb2e21559ceb7d77eb6239fb66b8a433d396bbfcc /include/linux
parentstaging: i2o: remove intialization of static ints (diff)
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>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions