Commit 06d0c498 authored by Aparna Karuthodi's avatar Aparna Karuthodi Committed by Greg Kroah-Hartman

staging: lustre: llite: Fix No space after the declaration

Added a new line
Signed-off-by: default avatarAparna Karuthodi <kdasaparna@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent f559cfe3
...@@ -140,6 +140,7 @@ static void sort_add_capa(struct obd_capa *ocapa, struct list_head *head) ...@@ -140,6 +140,7 @@ static void sort_add_capa(struct obd_capa *ocapa, struct list_head *head)
static inline int obd_capa_open_count(struct obd_capa *oc) static inline int obd_capa_open_count(struct obd_capa *oc)
{ {
struct ll_inode_info *lli = ll_i2info(oc->u.cli.inode); struct ll_inode_info *lli = ll_i2info(oc->u.cli.inode);
return atomic_read(&lli->lli_open_count); return atomic_read(&lli->lli_open_count);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment