File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Documentation/admin-guide/gpio Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ specific lines. The name of those subdirectories must take the form of:
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
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ struct. The first two take string values as arguments:
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
You can’t perform that action at this time.
0 commit comments