Skip to content

Commit 4dd4eef

Browse files
mm51593Jonathan Corbet
authored andcommitted
Fix typos in admin-guide/gpio
Fixing typos. Signed-off-by: Maksimilijan Marosevic <[email protected]> Signed-off-by: Jonathan Corbet <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 999fd62 commit 4dd4eef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Documentation/admin-guide/gpio/gpio-sim.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ specific lines. The name of those subdirectories must take the form of:
7171
``'line<offset>'`` (e.g. ``'line0'``, ``'line20'``, etc.) as the name will be
7272
used by the module to assign the config to the specific line at given offset.
7373

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
7575
order to instantiate the chip. It can be set back to 0 to destroy the simulated
7676
chip. The module will synchronously wait for the new simulated device to be
7777
successfully probed and if this doesn't happen, writing to ``'live'`` will

Documentation/admin-guide/gpio/gpio-virtuser.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ struct. The first two take string values as arguments:
9292
Activating GPIO consumers
9393
-------------------------
9494

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
9696
order to instantiate the consumer. It can be set back to 0 to destroy the
9797
virtual device. The module will synchronously wait for the new simulated device
9898
to be successfully probed and if this doesn't happen, writing to ``'live'`` will

0 commit comments

Comments
 (0)