public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging: lustre: lustre: obdclass: Removed a space
@ 2015-09-18 12:48 Anjali Menon
  2015-09-19  2:47 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Anjali Menon @ 2015-09-18 12:48 UTC (permalink / raw)
  To: gregkh
  Cc: oleg.drokin, andreas.dilger, devel, linux-kernel, HPDD-discuss,
	Anjali Menon

Removed a space to fix the following coding style error detected
by checkpatch.pl

ERROR: space prohibited before that '++' (ctx:WxO)

Signed-off-by: Anjali Menon <cse.anjalimenon@gmail.com>
---
 drivers/staging/lustre/lustre/obdclass/llog.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/lustre/lustre/obdclass/llog.c b/drivers/staging/lustre/lustre/obdclass/llog.c
index 114be4a..bb7f912 100644
--- a/drivers/staging/lustre/lustre/obdclass/llog.c
+++ b/drivers/staging/lustre/lustre/obdclass/llog.c
@@ -522,7 +522,7 @@ int llog_reverse_process(const struct lu_env *env,
 			rec = (void *)rec + rec->lrh_len;
 			if (LLOG_REC_HDR_NEEDS_SWABBING(rec))
 				lustre_swab_llog_rec(rec);
-			idx ++;
+			idx++;
 		}
 		LASSERT(idx == index);
 		tail = (void *)rec + rec->lrh_len - sizeof(*tail);
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] staging: lustre: lustre: obdclass: Removed a space
  2015-09-18 12:48 [PATCH] staging: lustre: lustre: obdclass: Removed a space Anjali Menon
@ 2015-09-19  2:47 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2015-09-19  2:47 UTC (permalink / raw)
  To: Anjali Menon
  Cc: devel, HPDD-discuss, andreas.dilger, linux-kernel, oleg.drokin

On Fri, Sep 18, 2015 at 06:18:13PM +0530, Anjali Menon wrote:
> Removed a space to fix the following coding style error detected
> by checkpatch.pl
> 
> ERROR: space prohibited before that '++' (ctx:WxO)
> 
> Signed-off-by: Anjali Menon <cse.anjalimenon@gmail.com>
> ---
>  drivers/staging/lustre/lustre/obdclass/llog.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

This does not apply to my tree at all, what did you make it against?

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-09-19  4:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-18 12:48 [PATCH] staging: lustre: lustre: obdclass: Removed a space Anjali Menon
2015-09-19  2:47 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox