2015-06-03 04:51:54

by Aparna Karuthodi

[permalink] [raw]
Subject: [PATCH] Fix No space after the declaration

Added a new line

Signed-off-by: aparnak <[email protected]>
---
drivers/staging/lustre/lustre/llite/llite_capa.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/staging/lustre/lustre/llite/llite_capa.c b/drivers/staging/lustre/lustre/llite/llite_capa.c
index aec9a44..a626871 100644
--- a/drivers/staging/lustre/lustre/llite/llite_capa.c
+++ b/drivers/staging/lustre/lustre/llite/llite_capa.c
@@ -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)
{
struct ll_inode_info *lli = ll_i2info(oc->u.cli.inode);
+
return atomic_read(&lli->lli_open_count);
}

--
1.9.1


2015-06-03 05:47:47

by Sudip Mukherjee

[permalink] [raw]
Subject: Re: [PATCH] Fix No space after the declaration

On Wed, Jun 03, 2015 at 10:22:33AM +0530, aparnak wrote:
> Added a new line
>
> Signed-off-by: aparnak <[email protected]>
Please use your full name in From header and Signed-off-by.
and subject should have been:
[PATCH] staging: lustre: llite: Fix No space after the declaration

regards
sudip

2015-06-03 09:34:02

by Aparna Karuthodi

[permalink] [raw]
Subject: [PATCH] staging: lustre: llite: Fix No space after the declaration

Added a new line

Signed-off-by: Aparna Karuthodi <[email protected]>
---
drivers/staging/lustre/lustre/llite/llite_capa.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/staging/lustre/lustre/llite/llite_capa.c b/drivers/staging/lustre/lustre/llite/llite_capa.c
index aec9a44..a626871 100644
--- a/drivers/staging/lustre/lustre/llite/llite_capa.c
+++ b/drivers/staging/lustre/lustre/llite/llite_capa.c
@@ -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)
{
struct ll_inode_info *lli = ll_i2info(oc->u.cli.inode);
+
return atomic_read(&lli->lli_open_count);
}

--
1.7.9.5