Staging: lustre: Remove unnecessary else after return
authorMelike Yurtoglu <aysemelikeyurtoglu@gmail.com>
Fri, 27 Feb 2015 19:51:03 +0000 (21:51 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 2 Mar 2015 00:33:47 +0000 (16:33 -0800)
commit5b9359f120dba3637338c4d63aeda976a8d15587
tree40ee75b846daf27badd5b87396c3610591c66c16
parentd7a5b788a92391311d0cc0b714039544379b1e91
Staging: lustre: Remove unnecessary else after return

WARNING: else is not generally useful after a break or return
Remove unnecessary else after return. That was found by running
checkpatch

Signed-off-by: Melike Yurtoglu <aysemelikeyurtoglu@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/ptlrpc/client.c
This page took 0.024883 seconds and 5 git commands to generate.