staging: android: Remove whitespace issue
authorGeorgiana Rodica Chelu <georgiana.chelu93@gmail.com>
Sun, 9 Mar 2014 12:40:14 +0000 (14:40 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 17 Mar 2014 23:39:55 +0000 (16:39 -0700)
This patch fixes coding style issue: removing the whitespace

Signed-off-by: Georgiana Rodica Chelu <georgiana.chelu93@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/android/timed_gpio.c

index 3f69b34..0c7fdc8 100644 (file)
@@ -90,7 +90,7 @@ static int timed_gpio_probe(struct platform_device *pdev)
        if (!pdata)
                return -EBUSY;
 
-       gpio_data = devm_kzalloc(&pdev->dev, 
+       gpio_data = devm_kzalloc(&pdev->dev,
                                sizeof(struct timed_gpio_data) * pdata->num_gpios,
                                GFP_KERNEL);
        if (!gpio_data)