Re: [PATCH 8/9] 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.

2015-01-17 Thread Dmitry Torokhov
On Sat, Jan 17, 2015 at 04:13:16PM +0100, Antonio Ospite wrote: > On Sat, 17 Jan 2015 17:23:45 +0530 > Shailendra Verma wrote: > > > > > Signed-off-by: Shailendra Verma > > --- > > drivers/input/evdev.c| 30 -- > > drivers/input/mousedev.c | 18

Re: [PATCH 8/9] 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.

2015-01-17 Thread Antonio Ospite
On Sat, 17 Jan 2015 17:23:45 +0530 Shailendra Verma wrote: > > Signed-off-by: Shailendra Verma > --- > drivers/input/evdev.c| 30 -- > drivers/input/mousedev.c | 18 -- > 2 files changed, 32 insertions(+), 16 deletions(-) > > diff --git

[PATCH 8/9] 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.

2015-01-17 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

Re: [PATCH 8/9] 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.

2015-01-17 Thread Dmitry Torokhov
On Sat, Jan 17, 2015 at 04:13:16PM +0100, Antonio Ospite wrote: On Sat, 17 Jan 2015 17:23:45 +0530 Shailendra Verma shailendra.capric...@gmail.com wrote: Signed-off-by: Shailendra Verma shailendra.capric...@gmail.com --- drivers/input/evdev.c| 30 --

[PATCH 8/9] 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.

2015-01-17 Thread Shailendra Verma
Signed-off-by: Shailendra Verma shailendra.capric...@gmail.com --- 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

Re: [PATCH 8/9] 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.

2015-01-17 Thread Antonio Ospite
On Sat, 17 Jan 2015 17:23:45 +0530 Shailendra Verma shailendra.capric...@gmail.com wrote: Signed-off-by: Shailendra Verma shailendra.capric...@gmail.com --- drivers/input/evdev.c| 30 -- drivers/input/mousedev.c | 18 -- 2 files changed,