staging: lustre: socklnd: Remove static initialization to NULL or 0
authorMarco Cyriacks <marco@cyriacks.net>
Fri, 22 Aug 2014 20:08:06 +0000 (22:08 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 30 Aug 2014 19:25:49 +0000 (12:25 -0700)
commit42e7f1df4e731df3d5e658852b80c0657b019b31
tree02f3294cc62cd63cc3af34a19cc65413c321fc94
parent89180ca750f42ca701d7851e431c7b4cfc298b81
staging: lustre: socklnd: Remove static initialization to NULL or 0

This patch fixes the following coding style issue:
ERROR: do not initialise statics to 0 or NULL

Signed-off-by: Marco Cyriacks <marco@cyriacks.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lnet/klnds/socklnd/socklnd_modparams.c
This page took 0.030781 seconds and 5 git commands to generate.