From: Kieran Bingham Date: Tue, 9 Jun 2020 12:45:56 +0000 (+0100) Subject: drivers: gpio: Fix trivial spelling X-Git-Tag: howlett/maple_spf/20210104~1341^2~40^2~13 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=3abda79aa12aba40964b593459866c312c513c23;p=users%2Fjedix%2Flinux-maple.git drivers: gpio: Fix trivial spelling The word 'descriptor' is misspelled throughout the tree. Fix it up accordingly: decriptors -> descriptors Signed-off-by: Kieran Bingham Signed-off-by: Bartosz Golaszewski --- diff --git a/drivers/gpio/TODO b/drivers/gpio/TODO index b989c9352da22..e560e45e84f87 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.