File tree Expand file tree Collapse file tree
Documentation/admin-guide/gpio Expand file tree Collapse file tree 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:
7171``'line<offset>' `` (e.g. ``'line0' ``, ``'line20' ``, etc.) as the name will be
7272used 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
7575order to instantiate the chip. It can be set back to 0 to destroy the simulated
7676chip. The module will synchronously wait for the new simulated device to be
7777successfully 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:
9292Activating 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
9696order to instantiate the consumer. It can be set back to 0 to destroy the
9797virtual device. The module will synchronously wait for the new simulated device
9898to 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