提交 cb03b88c 编写于 作者: E Ebru Akagunduz 提交者: Greg Kroah-Hartman

Staging: lustre: fix return is not a function, parentheses are not required in lo.c

fix checkpatch.pl issues with return is not a function,
parentheses are not required in lo.c
Signed-off-by: NEbru Akagunduz <ebru.akagunduz@gmail.com>
Reviewed-by: NJosh Triplett <josh@joshtriplett.org>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 3f13cd9e
无相关合并请求
......@@ -102,7 +102,7 @@ lolnd_startup(lnet_ni_t *ni)
LASSERT(!lolnd_instanced);
lolnd_instanced = 1;
return (0);
return 0;
}
lnd_t the_lolnd = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册