Skip to content

Commit

Permalink
drivers: gpio: Fix trivial spelling
Browse files Browse the repository at this point in the history
The word 'descriptor' is misspelled throughout the tree.

Fix it up accordingly:
    decriptors -> descriptors

Signed-off-by: Kieran Bingham <[email protected]>
Signed-off-by: Bartosz Golaszewski <[email protected]>
  • Loading branch information
kbingham authored and brgl committed Jun 15, 2020
1 parent 3d5bfbd commit 3abda79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpio/TODO
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ subsystem.
GPIO descriptors

Starting with commit 79a9becda894 the GPIO subsystem embarked on a journey
to move away from the global GPIO numberspace and toward a decriptor-based
to move away from the global GPIO numberspace and toward a descriptor-based
approach. This means that GPIO consumers, drivers and machine descriptions
ideally have no use or idea of the global GPIO numberspace that has/was
used in the inception of the GPIO subsystem.
Expand Down

0 comments on commit 3abda79

Please sign in to comment.