From: Melike Yurtoglu Date: Fri, 20 Feb 2015 13:23:18 +0000 (+0200) Subject: Staging: lustre: lnet: klnds: o2iblnd: Remove intialization of static to 0 X-Git-Tag: omap-for-v4.2/o2_dc~155^2~138^2~1005 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2aa53ff69e32ac3b53bf554bec0af88a6805b41a;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed