]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
Fix typos in admin-guide/gpio
authorMaksimilijan Marosevic <maksimilijan.marosevic@proton.me>
Tue, 18 Feb 2025 19:39:00 +0000 (19:39 +0000)
committerJonathan Corbet <corbet@lwn.net>
Fri, 21 Feb 2025 20:27:44 +0000 (13:27 -0700)
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
Documentation/admin-guide/gpio/gpio-sim.rst
Documentation/admin-guide/gpio/gpio-virtuser.rst

index 1cc5567a4bbe7cb290ebc74aecfb56058734831f..35d49ccd49e0a3c3c071b91f9acf1408f650a308 100644 (file)
@@ -71,7 +71,7 @@ specific lines. The name of those subdirectories must take the form of:
 ``'line<offset>'`` (e.g. ``'line0'``, ``'line20'``, etc.) as the name will be
 used by the module to assign the config to the specific line at given offset.
 
-Once the confiuration is complete, the ``'live'`` attribute must be set to 1 in
+Once the configuration is complete, the ``'live'`` attribute must be set to 1 in
 order to instantiate the chip. It can be set back to 0 to destroy the simulated
 chip. The module will synchronously wait for the new simulated device to be
 successfully probed and if this doesn't happen, writing to ``'live'`` will
index 2aca70db9f3b575ac27fca6aefa034fc6916f8e2..7e7c0df51640282145ba1d54746cba0696178dd5 100644 (file)
@@ -92,7 +92,7 @@ struct. The first two take string values as arguments:
 Activating GPIO consumers
 -------------------------
 
-Once the confiuration is complete, the ``'live'`` attribute must be set to 1 in
+Once the configuration is complete, the ``'live'`` attribute must be set to 1 in
 order to instantiate the consumer. It can be set back to 0 to destroy the
 virtual device. The module will synchronously wait for the new simulated device
 to be successfully probed and if this doesn't happen, writing to ``'live'`` will