diff options
author | Kieran Bingham <kieran.bingham+renesas@ideasonboard.com> | 2020-06-09 13:45:56 +0100 |
---|---|---|
committer | Bartosz Golaszewski <bgolaszewski@baylibre.com> | 2020-06-15 10:15:29 +0200 |
commit | 3abda79aa12aba40964b593459866c312c513c23 (patch) | |
tree | 8b352ae69334a70b6bb0c55613c2c12d51197bbf /drivers/gpio/TODO | |
parent | 3d5bfbd9716318b1ca5c38488aa69f64d38a9aa5 (diff) | |
download | linux-3abda79aa12aba40964b593459866c312c513c23.tar.bz2 |
drivers: gpio: Fix trivial spelling
The word 'descriptor' is misspelled throughout the tree.
Fix it up accordingly:
decriptors -> descriptors
Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Diffstat (limited to 'drivers/gpio/TODO')
-rw-r--r-- | drivers/gpio/TODO | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/TODO b/drivers/gpio/TODO index b989c9352da2..e560e45e84f8 100644 --- a/drivers/gpio/TODO +++ b/drivers/gpio/TODO @@ -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. |