Skip to content

Commit 8e471bf

Browse files
doc/configuration: fix spelling of MatchedSysfsGPIO class name
The exact class name must be used in the configuration snippet. Stick to that name also in the headline as well as in the text. While at it, link MatchedSysfsGPIO and SysfsGPIO. Fixes: 63873ee ("resource: matchedsysfsgpio: add udev matched gpios") Signed-off-by: Bastian Krause <bst@pengutronix.de>
1 parent 3da8ec1 commit 8e471bf

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

doc/configuration.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -542,16 +542,16 @@ Arguments:
542542
Used by:
543543
- `GpioDigitalOutputDriver`_
544544

545-
MatchedSysfsGpio
545+
MatchedSysfsGPIO
546546
++++++++++++++++
547-
A MatchedSysfsGpio resource describes a GPIO line, like a SysfsGPIO.
547+
A :any:`MatchedSysfsGPIO` describes a GPIO line, like a `SysfsGPIO`_.
548548
The gpiochip is identified by matching udev properties. This allows
549549
identification through hot-plugging or rebooting for controllers like
550550
USB based gpiochips.
551551

552552
.. code-block:: yaml
553553
554-
MatchedSysfsGpio:
554+
MatchedSysfsGPIO:
555555
match:
556556
'@SUBSYSTEM': 'usb'
557557
'@ID_SERIAL_SHORT': 'D38EJ8LF'

0 commit comments

Comments
 (0)