Re: [PATCH v2] Drivers: input: mousedev.c: Fixed trailing statement on the next line

2014-12-02 Thread Dmitry Torokhov
Hi Athira, On Mon, Dec 01, 2014 at 06:06:42PM +0530, Athira Sharikkal wrote: > Fixed checkpatch error: > trailing statements should be on next line > > Signed-off-by: Athira Sharikkal > --- > v2: corrected indentation > drivers/input/mousedev.c | 3 ++- > 1 file changed, 2 insertions(+), 1 dele

[PATCH v2] Drivers: input: mousedev.c: Fixed trailing statement on the next line

2014-12-01 Thread Athira Sharikkal
Fixed checkpatch error: trailing statements should be on next line Signed-off-by: Athira Sharikkal --- v2: corrected indentation drivers/input/mousedev.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/input/mousedev.c b/drivers/input/mousedev.c index b604564..28988