lustre/osc/osc_dev.c add a blank line after declarations
authorHonggang Li <enjoymindful@gmail.com>
Thu, 12 Jun 2014 07:13:39 +0000 (15:13 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 18 Jun 2014 22:32:14 +0000 (15:32 -0700)
Signed-off-by: Honggang Li <enjoymindful@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/osc/osc_dev.c

index 5249e6689dfc74b6df32fc9efef3d98b997d7b40..048a5a5cf7f5e5ce360573bb46e31dfe364f1a8a 100644 (file)
@@ -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);
 }