summaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lustre/obdclass/genops.c
diff options
context:
space:
mode:
authorShraddha Barke <shraddha.6596@gmail.com>2015-09-04 12:08:47 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-09-12 18:24:48 -0700
commitd4d34a5f5de5e5449bdf1ddd16ab42494d07af50 (patch)
treec50059e5e5b8e9591c127e0ea02dca7452b4e17c /drivers/staging/lustre/lustre/obdclass/genops.c
parent3cf8e32d6d337e0c293cd1b192a970639291703e (diff)
downloadtalos-obmc-linux-d4d34a5f5de5e5449bdf1ddd16ab42494d07af50.tar.gz
talos-obmc-linux-d4d34a5f5de5e5449bdf1ddd16ab42494d07af50.zip
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>
Diffstat (limited to 'drivers/staging/lustre/lustre/obdclass/genops.c')
-rw-r--r--drivers/staging/lustre/lustre/obdclass/genops.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/lustre/lustre/obdclass/genops.c b/drivers/staging/lustre/lustre/obdclass/genops.c
index bc614dce70c6..a2a82e11ec51 100644
--- a/drivers/staging/lustre/lustre/obdclass/genops.c
+++ b/drivers/staging/lustre/lustre/obdclass/genops.c
@@ -523,7 +523,6 @@ void class_obd_list(void)
atomic_read(&obd->obd_refcount));
}
read_unlock(&obd_dev_lock);
- return;
}
/* Search for a client OBD connected to tgt_uuid. If grp_uuid is
OpenPOWER on IntegriCloud