staging: android: properly align function arguments
Fix alingment issues by properly indenting function arguments in accordance with the kernel coding style. Signed-off-by: Ioana Ciornei <ciorneiioana@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
36f16ff25c
commit
f8b053e3da
@ -94,7 +94,7 @@ static int timed_gpio_probe(struct platform_device *pdev)
|
||||
return -EBUSY;
|
||||
|
||||
gpio_data = devm_kzalloc(&pdev->dev,
|
||||
sizeof(struct timed_gpio_data) * pdata->num_gpios,
|
||||
sizeof(*gpio_data) * pdata->num_gpios,
|
||||
GFP_KERNEL);
|
||||
if (!gpio_data)
|
||||
return -ENOMEM;
|
||||
|
Loading…
Reference in New Issue
Block a user