From: Teodora Baluta Date: Tue, 5 Nov 2013 16:36:47 +0000 (+0200) Subject: staging: lustre: remove initialisation of static variable X-Git-Tag: v3.14-rc1~150^2~775^2~194 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06fcedc8ea5df80c7a6d7940d6ec97056aff2de2;p=pandora-kernel.git staging: lustre: remove initialisation of static variable Fix the following checkpatch.pl error: ERROR: do not initialise statics to 0 or NULL +static int libcfs_nidstring_idx = 0; Signed-off-by: Teodora Baluta Reviewed-by: Lisa Nguyen Reviewed-by: Josh Triplett Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed