Commit 90de1c75 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski
Browse files

memory: samsung: exynos-srom: Correct alignment



Align indentation with open parenthesis (or fix existing alignment).

Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
parent f0557d99
Loading
Loading
Loading
Loading
+11 −11
Original line number Diff line number Diff line
@@ -47,8 +47,8 @@ struct exynos_srom {
	struct exynos_srom_reg_dump *reg_offset;
};

static struct exynos_srom_reg_dump *exynos_srom_alloc_reg_dump(
		const unsigned long *rdump,
static struct exynos_srom_reg_dump *
exynos_srom_alloc_reg_dump(const unsigned long *rdump,
			   unsigned long nr_rdump)
{
	struct exynos_srom_reg_dump *rd;