Staging: lustre: lustre: lov: lov_dev.c: Added missing blank line
line 158: WARNING: Missing a blank line after declarations line 183: WARNING: Missing a blank line after declarations Added a missing blank line after declartions. Signed-off-by: Sakshi Vaid <sakshivaid95@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
c5c4c6fae0
commit
3e36cf4479
@ -155,6 +155,7 @@ static void lov_key_fini(const struct lu_context *ctx,
|
||||
struct lu_context_key *key, void *data)
|
||||
{
|
||||
struct lov_thread_info *info = data;
|
||||
|
||||
LINVRNT(list_empty(&info->lti_closure.clc_list));
|
||||
OBD_SLAB_FREE_PTR(info, lov_thread_kmem);
|
||||
}
|
||||
@ -180,6 +181,7 @@ static void lov_session_key_fini(const struct lu_context *ctx,
|
||||
struct lu_context_key *key, void *data)
|
||||
{
|
||||
struct lov_session *info = data;
|
||||
|
||||
OBD_SLAB_FREE_PTR(info, lov_session_kmem);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user