patches.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: omap: : Fix stray '/*' in comment
@ 2025-11-05 20:39 Nathan Chancellor
  0 siblings, 0 replies; only message in thread
From: Nathan Chancellor @ 2025-11-05 20:39 UTC (permalink / raw)
  To: Kevin Hilman, Tony Lindgren
  Cc: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Matthias Schiffer,
	Alexander Stein, linux, linux-omap, devicetree, llvm, patches,
	Nathan Chancellor

When preprocessing arch/arm/boot/dts/ti/omap/am335x-mba335x.dts with
clang, there are a couple of warnings about '/*' within a block comment.

  arch/arm/boot/dts/ti/omap/am335x-mba335x.dts:260:7: warning: '/*' within block comment [-Wcomment]
    260 |                         /* /* gpmc_csn3.gpio2_0 - interrupt */
        |                            ^
  arch/arm/boot/dts/ti/omap/am335x-mba335x.dts:267:7: warning: '/*' within block comment [-Wcomment]
    267 |                         /* /* gpmc_ben1.gpio1_28 - interrupt */
        |                            ^

Remove the duplicate '/*' to clear up the warning.

Fixes: 5267fcd180b1 ("ARM: dts: omap: Add support for TQMa335x/MBa335x")
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
---
 arch/arm/boot/dts/ti/omap/am335x-mba335x.dts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/ti/omap/am335x-mba335x.dts b/arch/arm/boot/dts/ti/omap/am335x-mba335x.dts
index e51a8a17e74c..f05e5a8c2d61 100644
--- a/arch/arm/boot/dts/ti/omap/am335x-mba335x.dts
+++ b/arch/arm/boot/dts/ti/omap/am335x-mba335x.dts
@@ -257,14 +257,14 @@ AM33XX_PADCONF(AM335X_PIN_MCASP0_AHCLKR, PIN_OUTPUT, MUX_MODE4)
 
 	expander1_pins: expander1-pins {
 		pinctrl-single,pins = <
-			/* /* gpmc_csn3.gpio2_0 - interrupt */
+			/* gpmc_csn3.gpio2_0 - interrupt */
 			AM33XX_PADCONF(AM335X_PIN_GPMC_CSN3, PIN_INPUT_PULLUP, MUX_MODE7 )
 		>;
 	};
 
 	expander2_pins: expander2-pins {
 		pinctrl-single,pins = <
-			/* /* gpmc_ben1.gpio1_28 - interrupt */
+			/* gpmc_ben1.gpio1_28 - interrupt */
 			AM33XX_PADCONF(AM335X_PIN_GPMC_BEN1, PIN_INPUT_PULLUP, MUX_MODE7)
 		>;
 	};

---
base-commit: 25e10e2c94da2c7d18d72bd32d60d26d0c29232e
change-id: 20251105-omap-mba335x-fix-clang-comment-warning-adeb847a03d7

Best regards,
--  
Nathan Chancellor <nathan@kernel.org>


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2025-11-05 20:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-05 20:39 [PATCH] ARM: dts: omap: : Fix stray '/*' in comment Nathan Chancellor

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).