diff options
author | Honggang Li <enjoymindful@gmail.com> | 2014-06-12 03:13:39 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-06-18 18:32:14 -0400 |
commit | 4e1a6d2e2c3bb42aa28404d28ca636ee7dbd40a1 (patch) | |
tree | a53e8543ded1f0bbb2af517003c53d7a77263e62 | |
parent | add260430bcd57026bbf099404ab45b6e0ed57be (diff) |
lustre/osc/osc_dev.c add a blank line after declarations
Signed-off-by: Honggang Li <enjoymindful@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/staging/lustre/lustre/osc/osc_dev.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/staging/lustre/lustre/osc/osc_dev.c b/drivers/staging/lustre/lustre/osc/osc_dev.c index 5249e6689dfc..048a5a5cf7f5 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, | |||
132 | struct lu_context_key *key, void *data) | 132 | struct lu_context_key *key, void *data) |
133 | { | 133 | { |
134 | struct osc_thread_info *info = data; | 134 | struct osc_thread_info *info = data; |
135 | |||
135 | OBD_SLAB_FREE_PTR(info, osc_thread_kmem); | 136 | OBD_SLAB_FREE_PTR(info, osc_thread_kmem); |
136 | } | 137 | } |
137 | 138 | ||
@@ -156,6 +157,7 @@ static void osc_session_fini(const struct lu_context *ctx, | |||
156 | struct lu_context_key *key, void *data) | 157 | struct lu_context_key *key, void *data) |
157 | { | 158 | { |
158 | struct osc_session *info = data; | 159 | struct osc_session *info = data; |
160 | |||
159 | OBD_SLAB_FREE_PTR(info, osc_session_kmem); | 161 | OBD_SLAB_FREE_PTR(info, osc_session_kmem); |
160 | } | 162 | } |
161 | 163 | ||