Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: android: Remove whitespace issue

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>

authored by

Georgiana Rodica Chelu and committed by
Greg Kroah-Hartman
3e4cb2f3 7b99b5ef

+1 -1
+1 -1
drivers/staging/android/timed_gpio.c
··· 90 90 if (!pdata) 91 91 return -EBUSY; 92 92 93 - gpio_data = devm_kzalloc(&pdev->dev, 93 + gpio_data = devm_kzalloc(&pdev->dev, 94 94 sizeof(struct timed_gpio_data) * pdata->num_gpios, 95 95 GFP_KERNEL); 96 96 if (!gpio_data)