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

Fix typos in admin-guide/gpio

Fixing typos.

Signed-off-by: Maksimilijan Marosevic <maksimilijan.marosevic@proton.me>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20250218193822.1031-1-maksimilijan.marosevic@proton.me

authored by

Maksimilijan Marosevic and committed by
Jonathan Corbet
4dd4eef6 999fd62b

+2 -2
+1 -1
Documentation/admin-guide/gpio/gpio-sim.rst
··· 71 71 ``'line<offset>'`` (e.g. ``'line0'``, ``'line20'``, etc.) as the name will be 72 72 used by the module to assign the config to the specific line at given offset. 73 73 74 - Once the confiuration is complete, the ``'live'`` attribute must be set to 1 in 74 + Once the configuration is complete, the ``'live'`` attribute must be set to 1 in 75 75 order to instantiate the chip. It can be set back to 0 to destroy the simulated 76 76 chip. The module will synchronously wait for the new simulated device to be 77 77 successfully probed and if this doesn't happen, writing to ``'live'`` will
+1 -1
Documentation/admin-guide/gpio/gpio-virtuser.rst
··· 92 92 Activating GPIO consumers 93 93 ------------------------- 94 94 95 - Once the confiuration is complete, the ``'live'`` attribute must be set to 1 in 95 + Once the configuration is complete, the ``'live'`` attribute must be set to 1 in 96 96 order to instantiate the consumer. It can be set back to 0 to destroy the 97 97 virtual device. The module will synchronously wait for the new simulated device 98 98 to be successfully probed and if this doesn't happen, writing to ``'live'`` will