summaryrefslogtreecommitdiffstats
path: root/include/dt-bindings/pinctrl/r7s9210-pinctrl.h
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2022-06-15 15:58:40 +0200
committerGeert Uytterhoeven <geert+renesas@glider.be>2022-06-29 15:21:58 +0200
commita71a62dd5e012e3786e54d43b260ed9d74e75a1a (patch)
tree90a74c52039f5281931b60231f18c6fdf24a543e /include/dt-bindings/pinctrl/r7s9210-pinctrl.h
parentpinctrl: renesas: rzg2l: Return -EINVAL for pins which have input disabled (diff)
downloadlinux-a71a62dd5e012e3786e54d43b260ed9d74e75a1a.tar.xz
linux-a71a62dd5e012e3786e54d43b260ed9d74e75a1a.zip
dt-bindings: pinctrl: renesas: Remove spaces before #define
Remove spaces at the beginning of lines with #defines. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Acked-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/5188ef93a911ce3781b16530fdebbf0f0af462b6.1655301264.git.geert+renesas@glider.be
Diffstat (limited to 'include/dt-bindings/pinctrl/r7s9210-pinctrl.h')
-rw-r--r--include/dt-bindings/pinctrl/r7s9210-pinctrl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dt-bindings/pinctrl/r7s9210-pinctrl.h b/include/dt-bindings/pinctrl/r7s9210-pinctrl.h
index 2d0c23e5d3a7..8736ce038eca 100644
--- a/include/dt-bindings/pinctrl/r7s9210-pinctrl.h
+++ b/include/dt-bindings/pinctrl/r7s9210-pinctrl.h
@@ -42,6 +42,6 @@
/*
* Convert a port and pin label to its global pin index
*/
- #define RZA2_PIN(port, pin) ((port) * RZA2_PINS_PER_PORT + (pin))
+#define RZA2_PIN(port, pin) ((port) * RZA2_PINS_PER_PORT + (pin))
#endif /* __DT_BINDINGS_PINCTRL_RENESAS_RZA2_H */