From 4d4e1eef9a513437dad15d8d116a3f669e0d578d Mon Sep 17 00:00:00 2001 From: Dean Ancajas Date: Mon, 8 Dec 2014 11:36:33 -0700 Subject: [PATCH] Staging: lustre: obd: Fix a coding style issue Fixed a brace coding style issue for functions. Signed-off-by: Dean Michael Ancajas Signed-off-by: Greg Kroah-Hartman --- drivers/staging/lustre/lustre/obdclass/cl_object.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/staging/lustre/lustre/obdclass/cl_object.c b/drivers/staging/lustre/lustre/obdclass/cl_object.c index ce96bd279111..c40bb6c45870 100644 --- a/drivers/staging/lustre/lustre/obdclass/cl_object.c +++ b/drivers/staging/lustre/lustre/obdclass/cl_object.c @@ -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); } -- 2.34.1