summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenrik Grimler <[email protected]>2025-08-22 20:54:39 +0200
committerMinkyu Kang <[email protected]>2025-09-01 18:27:17 +0900
commit354b3d789289ceeba0ce1e911def9f3d28ee8c98 (patch)
tree3f2efcd5be713b391e684f86dad81e8d46379688
parent869a18c7e3cbfae613d7829139635de62e96b36c (diff)
ARM: exynos: pinmux: fix parentheses alignments
For multi-line commands the lines should preferably be aligned with the opening parenthesis. Signed-off-by: Henrik Grimler <[email protected]> Signed-off-by: Minkyu Kang <[email protected]>
-rw-r--r--arch/arm/mach-exynos/pinmux.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-exynos/pinmux.c b/arch/arm/mach-exynos/pinmux.c
index 48c325190d5..bd82e1ac750 100644
--- a/arch/arm/mach-exynos/pinmux.c
+++ b/arch/arm/mach-exynos/pinmux.c
@@ -102,7 +102,7 @@ static int exynos5_mmc_config(int peripheral, int flags)
}
if ((flags & PINMUX_FLAG_8BIT_MODE) && !start_ext) {
debug("SDMMC device %d does not support 8bit mode",
- peripheral);
+ peripheral);
return -1;
}
if (flags & PINMUX_FLAG_8BIT_MODE) {
@@ -902,7 +902,7 @@ static int exynos4_pinmux_decode_periph_id(const void *blob, int node)
u32 cell[3];
err = fdtdec_get_int_array(blob, node, "interrupts", cell,
- ARRAY_SIZE(cell));
+ ARRAY_SIZE(cell));
if (err) {
debug(" invalid peripheral id\n");
return PERIPH_ID_NONE;
@@ -917,7 +917,7 @@ static int exynos5_pinmux_decode_periph_id(const void *blob, int node)
u32 cell[3];
err = fdtdec_get_int_array(blob, node, "interrupts", cell,
- ARRAY_SIZE(cell));
+ ARRAY_SIZE(cell));
if (err)
return PERIPH_ID_NONE;