From: Georgiana Rodica Chelu Date: Sun, 9 Mar 2014 12:40:14 +0000 (+0200) Subject: staging: android: Remove whitespace issue X-Git-Tag: v3.15-rc1~139^2~172 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=3e4cb2f31401b9d867b296d7eec83b2bc36cb383;p=karo-tx-linux.git staging: android: Remove whitespace issue This patch fixes coding style issue: removing the whitespace Signed-off-by: Georgiana Rodica Chelu Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/android/timed_gpio.c b/drivers/staging/android/timed_gpio.c index 3f69b3481779..0c7fdc83b336 100644 --- a/drivers/staging/android/timed_gpio.c +++ b/drivers/staging/android/timed_gpio.c @@ -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)