From: Lisa Nguyen Date: Mon, 28 Oct 2013 00:55:05 +0000 (-0700) Subject: staging: lustre: lnet: Rewrite return statement in socklnd.c X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~62^2~87 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a123705d8eb121b648b5c436fa4d6ccfcd152ee;p=pandora-kernel.git staging: lustre: lnet: Rewrite return statement in socklnd.c Rewrite the return statement in socklnd.c to eliminate the use of a ternary operator. This will prevent the checkpatch.pl script from generating a warning saying to remove () from this particular return statement. Signed-off-by: Lisa Nguyen Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed