mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Honggang Li <enjoymindful@gmail.com>
To: gregkh@linuxfoundation.org, oleg.drokin@intel.com,
	liang.zhen@intel.com, a.terekhov@gmail.com, amk@cray.com,
	devel@driverdev.osuosl.org
Cc: linux-kernel@vger.kernel.org, enjoymindful@gmail.com
Subject: [PATCH 2/2] lustre/osc/osc_dev.c add a blank line after declarations
Date: Thu, 12 Jun 2014 15:13:39 +0800	[thread overview]
Message-ID: <1402557219-3784-3-git-send-email-enjoymindful@gmail.com> (raw)
In-Reply-To: <1402557219-3784-2-git-send-email-enjoymindful@gmail.com>

Signed-off-by: Honggang Li <enjoymindful@gmail.com>
---
 drivers/staging/lustre/lustre/osc/osc_dev.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/staging/lustre/lustre/osc/osc_dev.c b/drivers/staging/lustre/lustre/osc/osc_dev.c
index 5249e66..048a5a5 100644
--- a/drivers/staging/lustre/lustre/osc/osc_dev.c
+++ b/drivers/staging/lustre/lustre/osc/osc_dev.c
@@ -132,6 +132,7 @@ static void osc_key_fini(const struct lu_context *ctx,
 			 struct lu_context_key *key, void *data)
 {
 	struct osc_thread_info *info = data;
+
 	OBD_SLAB_FREE_PTR(info, osc_thread_kmem);
 }
 
@@ -156,6 +157,7 @@ static void osc_session_fini(const struct lu_context *ctx,
 			     struct lu_context_key *key, void *data)
 {
 	struct osc_session *info = data;
+
 	OBD_SLAB_FREE_PTR(info, osc_session_kmem);
 }
 
-- 
1.8.3.1


      reply	other threads:[~2014-06-12  7:14 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-12  7:13 [PATCH 0/2 linux-next] coding style clean up for lustre/osc/osc_dev.c Honggang Li
2014-06-12  7:13 ` [PATCH 1/2] lustre/osc/osc_dev.c remove space between sizeof and open parenthesis Honggang Li
2014-06-12  7:13   ` Honggang Li [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1402557219-3784-3-git-send-email-enjoymindful@gmail.com \
    --to=enjoymindful@gmail.com \
    --cc=a.terekhov@gmail.com \
    --cc=amk@cray.com \
    --cc=devel@driverdev.osuosl.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=liang.zhen@intel.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=oleg.drokin@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®