From 8334f1d3854a9c6bd5031e1e46196da946823d83 Mon Sep 17 00:00:00 2001 From: Jamie McCrae Date: Mon, 13 Nov 2023 08:42:08 +0000 Subject: [PATCH] doc: migration-guide: 3.6: Fix spurious character Fixes a spurious tilde character at the end of a change Signed-off-by: Jamie McCrae --- doc/releases/migration-guide-3.6.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/releases/migration-guide-3.6.rst b/doc/releases/migration-guide-3.6.rst index 6afd6969452e..aaad9dfea3f6 100644 --- a/doc/releases/migration-guide-3.6.rst +++ b/doc/releases/migration-guide-3.6.rst @@ -99,7 +99,7 @@ Other Subsystems * Touchscreen drivers :dtcompatible:`focaltech,ft5336` and :dtcompatible:`goodix,gt911` were using the incorrect polarity for the respective ``reset-gpios``. This has been fixed so those signals now have to - be flagged as :c:macro:`GPIO_ACTIVE_LOW` in the devicetree.` + be flagged as :c:macro:`GPIO_ACTIVE_LOW` in the devicetree. Recommended Changes *******************