Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1227836 > unrolled thread
| Started by | Anjali Menon <cse.anjalimenon@gmail.com> |
|---|---|
| First post | 2015-09-18 14:50 +0200 |
| Last post | 2015-09-19 07:00 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] staging: lustre: lustre: obdclass: Removed a space Anjali Menon <cse.anjalimenon@gmail.com> - 2015-09-18 14:50 +0200
Re: [PATCH] staging: lustre: lustre: obdclass: Removed a space Greg KH <gregkh@linuxfoundation.org> - 2015-09-19 07:00 +0200
| From | Anjali Menon <cse.anjalimenon@gmail.com> |
|---|---|
| Date | 2015-09-18 14:50 +0200 |
| Subject | [PATCH] staging: lustre: lustre: obdclass: Removed a space |
| Message-ID | <qa3h0-2Sw-25@gated-at.bofh.it> |
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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [next] | [standalone]
| From | Greg KH <gregkh@linuxfoundation.org> |
|---|---|
| Date | 2015-09-19 07:00 +0200 |
| Message-ID | <qaipH-7VZ-1@gated-at.bofh.it> |
| In reply to | #1227836 |
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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web