Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

doc: platform: cznic: turris-omnia-mcu: Use double backticks for attribute value

Use double backticks instead of quotes for sysfs attribute value.
This makes sphinx generate the "mcu" and "cpu" values in monospace when
rendering to HTML.

Fixes: dfa556e45ae9 ("platform: cznic: turris-omnia-mcu: Add support for MCU connected GPIOs")
Tested-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Marek Behún <kabel@kernel.org>
Link: https://lore.kernel.org/r/20240730144924.25552-3-kabel@kernel.org
Signed-off-by: Arnd Bergmann <arnd@arndb.de>

authored by

Marek Behún and committed by
Arnd Bergmann
e1793fea a626ada4

+2 -2
+2 -2
Documentation/ABI/testing/sysfs-bus-i2c-devices-turris-omnia-mcu
··· 32 32 interrupt. 33 33 34 34 This file switches between these two modes: 35 - - "mcu" makes the button press event be handled by the MCU to 35 + - ``mcu`` makes the button press event be handled by the MCU to 36 36 change the LEDs panel intensity. 37 - - "cpu" makes the button press event be handled by the CPU. 37 + - ``cpu`` makes the button press event be handled by the CPU. 38 38 39 39 Format: %s. 40 40