Re: [PATCH 8/8] Coding Style Correction.

2015-01-17 Thread Jeremiah Mahler
On Sat, Jan 17, 2015 at 04:43:01PM +0530, Shailendra Verma wrote: > Hello Mahler, > > I have fixed indentation violation in switch statement : aligned the > "switch" and its subordinate "case" labels in the same column instead of > "double-intending" the "case" labels. > It is looking better. No

Re: [PATCH 8/8] Coding Style Correction.

2015-01-17 Thread Jeremiah Mahler
Shailendra, On Sat, Jan 17, 2015 at 03:51:49PM +0530, Shailendra Verma wrote: > Hello Mahler, > > I have just changed the coding style violations in this patch as described > in the coding style Linux Documentation. > Be specific about exactly what type of violation you fixed. Was it white space

Re: [PATCH 8/8] Coding Style Correction.

2015-01-17 Thread Jeremiah Mahler
Shailendra, Please describe in detail which specific coding issues you fixed. I am not good at reading minds :-) Also, this is patch 8/8, and I see there is a 2/2, (which also needs a better description). Where are the rest of the patches? On Sat, Jan 17, 2015 at 01:28:49PM +0530, Shailendra Ve

[PATCH 8/8] Coding Style Correction.

2015-01-16 Thread Shailendra Verma
Signed-off-by: Shailendra Verma --- drivers/input/evdev.c| 30 -- drivers/input/mousedev.c | 18 -- 2 files changed, 32 insertions(+), 16 deletions(-) diff --git a/drivers/input/evdev.c b/drivers/input/evdev.c index 18d4b2c..85ee594 100644 ---