From: Heena Sirwani Date: Tue, 7 Oct 2014 11:59:11 +0000 (+0530) Subject: Staging: lustre: lustre: osc: Changed the return code of a function from int to void. X-Git-Tag: omap-for-v3.19/fixes-rc1~73^2~1274 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=882e7e215db8934c1c1f2ff4f71c19d2275596b2;p=pandora-kernel.git Staging: lustre: lustre: osc: Changed the return code of a function from int to void. The following patch changes the return code of a function from int to void as the return value was not used by the callers. Signed-off-by: Heena Sirwani Reviewed-by: Octavian Purdila Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed