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

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
...@@ -47,8 +47,8 @@ struct exynos_srom { ...@@ -47,8 +47,8 @@ struct exynos_srom {
struct exynos_srom_reg_dump *reg_offset; struct exynos_srom_reg_dump *reg_offset;
}; };
static struct exynos_srom_reg_dump *exynos_srom_alloc_reg_dump( static struct exynos_srom_reg_dump *
const unsigned long *rdump, exynos_srom_alloc_reg_dump(const unsigned long *rdump,
unsigned long nr_rdump) unsigned long nr_rdump)
{ {
struct exynos_srom_reg_dump *rd; struct exynos_srom_reg_dump *rd;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment