From 2aa53ff69e32ac3b53bf554bec0af88a6805b41a Mon Sep 17 00:00:00 2001 From: Melike Yurtoglu Date: Fri, 20 Feb 2015 15:23:18 +0200 Subject: [PATCH] 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-format-patch failed