Commit f8b053e3 authored by Ioana Ciornei's avatar Ioana Ciornei Committed by Greg Kroah-Hartman
Browse files

staging: android: properly align function arguments



Fix alingment issues by properly indenting function arguments
in accordance with the kernel coding style.

Signed-off-by: default avatarIoana Ciornei <ciorneiioana@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 36f16ff2
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -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;
+2 −2

File changed.

Contains only whitespace changes.

+2 −2

File changed.

Contains only whitespace changes.