On Mon, May 28, 2012 at 03:39:39PM +0100, Adnan Ali wrote:
> This commit fixes coding style issues including quoted string
> across multiple lines.
> 
> Signed-off-by: Adnan Ali <[email protected]>
> ---
>  drivers/staging/cptm1217/clearpad_tm1217.c |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/staging/cptm1217/clearpad_tm1217.c 
> b/drivers/staging/cptm1217/clearpad_tm1217.c
> index 5456f82..ef10790 100644
> --- a/drivers/staging/cptm1217/clearpad_tm1217.c
> +++ b/drivers/staging/cptm1217/clearpad_tm1217.c
> @@ -396,8 +396,8 @@ static int cp_tm1217_setup_gpio_irq(struct 
> cp_tm1217_device *ts)
>  
>       retval = gpio_to_irq(ts->gpio);
>       if (retval < 0) {
> -             dev_err(ts->dev, "cp_tm1217: GPIO to IRQ failedi,"
> -             " error %d\n", retval);
> +             dev_err(ts->dev,
> +                     "cp_tm1217: GPIO to IRQ failedi, error %d\n", retval);
                                                ^^^^^^^
Looks ok, but could you fix this typo while you are at it?

regards,
dan carpenter

_______________________________________________
devel mailing list
[email protected]
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel

Reply via email to