From 6a123705d8eb121b648b5c436fa4d6ccfcd152ee Mon Sep 17 00:00:00 2001 From: Lisa Nguyen Date: Sun, 27 Oct 2013 17:55:05 -0700 Subject: [PATCH] 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-format-patch failed