mirror of https://gitee.com/openkylin/linux.git
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:
parent
5327acb1a4
commit
f06104fb32
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue