From: Andreas Ruprecht Date: Sun, 23 Nov 2014 13:37:52 +0000 (+0100) Subject: staging: lustre: ldlm: Fix initialization of static variables X-Git-Tag: omap-for-v3.20/drop-legacy-3517~70^2~211 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9844f9c9b4c29e457dea363c01f632228ebb27d8;p=pandora-kernel.git staging: lustre: ldlm: Fix initialization of static variables checkpatch complains about static variables being initialized to 0 which is unnecessary. This patch removes the initialization. Signed-off-by: Andreas Ruprecht Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed