aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lnet
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-04-02 16:28:12 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-04-03 11:12:17 +0200
commitc209069e9b81b1d2a9f344c1da102f3256460c16 (patch)
tree4d644eafe081c9c78eeded3b6490042f7acaf5d8 /drivers/staging/lustre/lnet
parentStaging: sm750fb: Remove zero testing pointer typed value (diff)
downloadlinux-dev-c209069e9b81b1d2a9f344c1da102f3256460c16.tar.xz
linux-dev-c209069e9b81b1d2a9f344c1da102f3256460c16.zip
Staging: lustre: module.c: remove unneeded return statement
Remove an unneeded return statement in this file as reported by checkpatch.pl. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/lustre/lnet')
-rw-r--r--drivers/staging/lustre/lnet/selftest/module.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/lustre/lnet/selftest/module.c b/drivers/staging/lustre/lnet/selftest/module.c
index faf409802372..7ad62f167cea 100644
--- a/drivers/staging/lustre/lnet/selftest/module.c
+++ b/drivers/staging/lustre/lnet/selftest/module.c
@@ -87,7 +87,6 @@ lnet_selftest_fini(void)
default:
LBUG();
}
- return;
}
static int