[PATCH] Staging: lustre: obd: Fix a coding style issue

Dean Michael Ancajas dbancajas at gmail.com
Mon Dec 8 18:36:33 UTC 2014


From: Dean Ancajas <dbancajas at gmail.com>

Fixed a brace coding style issue for functions.

Signed-off-by: Dean Michael Ancajas <dbancajas at gmail.com>
---
 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 ce96bd2..c40bb6c 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);
 }
 
-- 
1.9.1



More information about the devel mailing list