提交 4d4e1eef 编写于 作者: D Dean Ancajas 提交者: Greg Kroah-Hartman

Staging: lustre: obd: Fix a coding style issue

Fixed a brace coding style issue for functions.
Signed-off-by: NDean Michael Ancajas <dbancajas@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 ff2bf19e
......@@ -662,7 +662,8 @@ static int cl_env_store_init(void) {
return cl_env_hash != NULL ? 0 :-ENOMEM;
}
static void cl_env_store_fini(void) {
static void cl_env_store_fini(void)
{
cfs_hash_putref(cl_env_hash);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册