OSDN Git Service

Staging: lustre: Remove return in void function
authorMelike Yurtoglu <aysemelikeyurtoglu@gmail.com>
Fri, 27 Feb 2015 19:51:02 +0000 (21:51 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 2 Mar 2015 00:33:47 +0000 (16:33 -0800)
commitd7a5b788a92391311d0cc0b714039544379b1e91
tree615a6667188ef320586209cb430053cca5fa0252
parente8df67dad536a3b7eed8ee8e49fa8f2cca2bebed
Staging: lustre: Remove return in void function

WARNING: void function return statements are not generally useful
Remove return in void function. 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