Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -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);
}
}