From 93237fcdde01f7477b830277abbe94c3d4f97ae5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=AD=20Bol=C3=ADvar?= Date: Wed, 19 Feb 2020 12:48:02 -0800 Subject: [PATCH] doc: dts: pacify checkpatch in macros.rst MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is old text, but checkpatch is complaining since it was introduced into itso wn file. Signed-off-by: Martí Bolívar --- doc/guides/dts/macros.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/guides/dts/macros.rst b/doc/guides/dts/macros.rst index 2828b8d8ffb..85c2d8ec272 100644 --- a/doc/guides/dts/macros.rst +++ b/doc/guides/dts/macros.rst @@ -561,9 +561,9 @@ devicetree had looked like this: See the ``phandle-array`` section in :ref:`dt-property-macros` for more information. -For example, since the node prefered by ``&gpioa`` node the property -``label = "GPIOA"`` and 1 and 2 are pin numbers, then macros like the following -will get generated for ``spi-slave@0``: +For example, since the node labeled ``gpioa`` has property +``label = "GPIOA"`` and 1 and 2 are pin numbers, macros like the following +will be generated for ``spi-slave@0``: .. code-block:: none