]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
drivers: gpio: Fix trivial spelling
authorKieran Bingham <kieran.bingham+renesas@ideasonboard.com>
Tue, 9 Jun 2020 12:45:56 +0000 (13:45 +0100)
committerBartosz Golaszewski <bgolaszewski@baylibre.com>
Mon, 15 Jun 2020 08:15:29 +0000 (10:15 +0200)
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>
drivers/gpio/TODO

index b989c9352da2207e1ff25a9fdf2fa9f93d92b433..e560e45e84f872eb28951eed4c46536037671dc4 100644 (file)
@@ -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.