OSDN Git Service

Staging: lustre: lnet: klnds: o2iblnd: Remove intialization of static to 0
authorMelike Yurtoglu <aysemelikeyurtoglu@gmail.com>
Fri, 20 Feb 2015 13:23:18 +0000 (15:23 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 26 Feb 2015 20:23:57 +0000 (12:23 -0800)
commit2aa53ff69e32ac3b53bf554bec0af88a6805b41a
tree451491601053bd84e48c4d9563ef91ab704f92bd
parent95c3fe337b0c9e3a848be2c2778cbe028325d633
Staging: lustre: lnet: klnds: o2iblnd: Remove intialization of static to 0

ERROR: do not initialise statics to 0 or NULL
checkpatch.pl error in o2iblnd_modparams.c
initial value unassigned static variables are automatically set to zero.
so it is unnecessary to assign the initial value to zero

Signed-off-by: Melike Yurtoglu <aysemelikeyurtoglu@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd_modparams.c