staging: lusture: obdclass: Remove return statement in void function

Fix the following checkpatch.pl warning:
WARNING: void function return statements are not generally useful

Signed-off-by: Bhaktipriya Shridhar <bhaktipriya96@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Bhaktipriya Shridhar 2015-12-31 17:14:33 +05:30 committed by Greg Kroah-Hartman
parent 5327acb1a4
commit f06104fb32
1 changed files with 0 additions and 1 deletions

View File

@ -346,7 +346,6 @@ void lustre_swab_lustre_cfg(struct lustre_cfg *lcfg)
__swab32s(&lcfg->lcfg_buflens[i]);
print_lustre_cfg(lcfg);
return;
}
EXPORT_SYMBOL(lustre_swab_lustre_cfg);