Staging: lustre: obdclass: Remove unnecessary return statements
authorShraddha Barke <shraddha.6596@gmail.com>
Fri, 4 Sep 2015 06:38:47 +0000 (12:08 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 13 Sep 2015 01:24:48 +0000 (18:24 -0700)
commitd4d34a5f5de5e5449bdf1ddd16ab42494d07af50
treec50059e5e5b8e9591c127e0ea02dca7452b4e17c
parent3cf8e32d6d337e0c293cd1b192a970639291703e
Staging: lustre: obdclass: Remove unnecessary return statements

This patch removes return statement which are not required.
The warning was detected by checkpatch.pl

WARNING: void function return statements are not generally useful

Signed-off-by: Shraddha Barke <shraddha.6596@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/obdclass/genops.c