staging: lustre: lclient: lcommon_cl.c fixing coding style issues
authorAnkit Garg <kerneldvlper@gmail.com>
Wed, 6 May 2015 05:33:23 +0000 (11:03 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 31 May 2015 00:19:36 +0000 (09:19 +0900)
commit109a1624e37fed4b11841daf8ae05395a03a5fde
tree9eca8ffb29ba2f5686340312b8006466170ab3a5
parent907b8a0012934c95f8074f68a018aa0c120409b9
staging: lustre: lclient: lcommon_cl.c fixing coding style issues

This patch fixes the checkpatch.pl warning:

WARNING: else is not generally useful after a break or return
+                       return result;
+               } else {

Signed-off-by: Ankit Garg <kerneldvlper@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/lclient/lcommon_cl.c