Commit 4d4e1eef authored by Dean Ancajas's avatar Dean Ancajas Committed by Greg Kroah-Hartman

Staging: lustre: obd: Fix a coding style issue

Fixed a brace coding style issue for functions.
Signed-off-by: default avatarDean Michael Ancajas <dbancajas@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment