Re: [PATCH] Input: snvs_pwrkey - remove duplicated semicolon

2015-10-26 Thread Dmitry Torokhov
On Fri, Sep 11, 2015 at 03:35:39AM +0200, Javier Martinez Canillas wrote: > Remove the unneded semicolon since it is clearly a typo error. > > Signed-off-by: Javier Martinez Canillas > Applied, thank you. > --- > > drivers/input/keyboard/snvs_pwrkey.c | 2 +- > 1 file changed, 1 insertion(+)

Re: [PATCH] Input: snvs_pwrkey - remove duplicated semicolon

2015-10-09 Thread Javier Martinez Canillas
Hello Dmitry, On 09/11/2015 03:35 AM, Javier Martinez Canillas wrote: > Remove the unneded semicolon since it is clearly a typo error. > > Signed-off-by: Javier Martinez Canillas > > --- > > drivers/input/keyboard/snvs_pwrkey.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff