Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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);
}