LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH] Staging: lustre: obd: Fix a coding style issue
@ 2014-12-08 18:36 Dean Michael Ancajas
0 siblings, 0 replies; only message in thread
From: Dean Michael Ancajas @ 2014-12-08 18:36 UTC (permalink / raw)
To: oleg.drokin; +Cc: devel, linux-kernel, HPDD-discuss, Dean Ancajas
From: Dean Ancajas <dbancajas@gmail.com>
Fixed a brace coding style issue for functions.
Signed-off-by: Dean Michael Ancajas <dbancajas@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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2014-12-08 18:36 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-08 18:36 [PATCH] Staging: lustre: obd: Fix a coding style issue Dean Michael Ancajas
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).