Staging: lustre: Fix paranthesis not required around return
authorRashika Kheria <rashika.kheria@gmail.com>
Sat, 26 Oct 2013 10:54:02 +0000 (16:24 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 27 Oct 2013 03:43:23 +0000 (20:43 -0700)
commit730ebc81c8b0f92cab2ea27fea82a464d6449132
tree5823a88b7855d7ffec4e2a94caf67d7818d0c8a7
parent5bd7797f290d8c6268392a75e51a57c2cff3c50e
Staging: lustre: Fix paranthesis not required around return

This patch fixes the following checkpatch.pl warning in lustre/ldlm/ldlm_extent.c-
ERROR: return is not a function, parentheses are not required

Signed-off-by: Rashika Kheria <rashika.kheria@gmail.com>
Reviewed-by: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/ldlm/ldlm_extent.c