* [PATCH] dt-bindings: pinctrl: renesas: Remove spaces before #define
@ 2022-06-15 13:58 Geert Uytterhoeven
2022-06-27 22:04 ` Rob Herring
0 siblings, 1 reply; 2+ messages in thread
From: Geert Uytterhoeven @ 2022-06-15 13:58 UTC (permalink / raw)
To: Linus Walleij, Chris Brandt, Lad Prabhakar
Cc: Rob Herring, Krzysztof Kozlowski, linux-gpio, linux-renesas-soc,
devicetree, Geert Uytterhoeven
Remove spaces at the beginning of lines with #defines.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
To be queued in renesas-pinctrl for v5.20.
include/dt-bindings/pinctrl/r7s9210-pinctrl.h | 2 +-
include/dt-bindings/pinctrl/rzg2l-pinctrl.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/dt-bindings/pinctrl/r7s9210-pinctrl.h b/include/dt-bindings/pinctrl/r7s9210-pinctrl.h
index 2d0c23e5d3a7f149..8736ce038ecab772 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 */
diff --git a/include/dt-bindings/pinctrl/rzg2l-pinctrl.h b/include/dt-bindings/pinctrl/rzg2l-pinctrl.h
index b48f8c7a55566ff4..c78ed5e5efb78a5c 100644
--- a/include/dt-bindings/pinctrl/rzg2l-pinctrl.h
+++ b/include/dt-bindings/pinctrl/rzg2l-pinctrl.h
@@ -18,6 +18,6 @@
#define RZG2L_PORT_PINMUX(b, p, f) ((b) * RZG2L_PINS_PER_PORT + (p) | ((f) << 16))
/* Convert a port and pin label to its global pin index */
- #define RZG2L_GPIO(port, pin) ((port) * RZG2L_PINS_PER_PORT + (pin))
+#define RZG2L_GPIO(port, pin) ((port) * RZG2L_PINS_PER_PORT + (pin))
#endif /* __DT_BINDINGS_RZG2L_PINCTRL_H */
--
2.25.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] dt-bindings: pinctrl: renesas: Remove spaces before #define
2022-06-15 13:58 [PATCH] dt-bindings: pinctrl: renesas: Remove spaces before #define Geert Uytterhoeven
@ 2022-06-27 22:04 ` Rob Herring
0 siblings, 0 replies; 2+ messages in thread
From: Rob Herring @ 2022-06-27 22:04 UTC (permalink / raw)
To: Geert Uytterhoeven
Cc: linux-gpio, Linus Walleij, devicetree, Rob Herring, Chris Brandt,
linux-renesas-soc, Krzysztof Kozlowski, Lad Prabhakar
On Wed, 15 Jun 2022 15:58:40 +0200, Geert Uytterhoeven wrote:
> Remove spaces at the beginning of lines with #defines.
>
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
> To be queued in renesas-pinctrl for v5.20.
>
> include/dt-bindings/pinctrl/r7s9210-pinctrl.h | 2 +-
> include/dt-bindings/pinctrl/rzg2l-pinctrl.h | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
Acked-by: Rob Herring <robh@kernel.org>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-06-27 22:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-15 13:58 [PATCH] dt-bindings: pinctrl: renesas: Remove spaces before #define Geert Uytterhoeven
2022-06-27 22:04 ` Rob Herring
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).