diff mbox series

[03/17] drivers: gpio: Fix trivial spelling

Message ID 20200609124610.3445662-4-kieran.bingham+renesas@ideasonboard.com (mailing list archive)
State Awaiting Upstream
Delegated to: Geert Uytterhoeven
Headers show
Series spelling.txt: /decriptors/descriptors/ | expand

Commit Message

Kieran Bingham June 9, 2020, 12:45 p.m. UTC
The word 'descriptor' is misspelled throughout the tree.

Fix it up accordingly:
    decriptors -> descriptors

Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
---
 drivers/gpio/TODO | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Bartosz Golaszewski June 15, 2020, 8:16 a.m. UTC | #1
wt., 9 cze 2020 o 14:46 Kieran Bingham
<kieran.bingham+renesas@ideasonboard.com> napisaƂ(a):
>
> The word 'descriptor' is misspelled throughout the tree.
>
> Fix it up accordingly:
>     decriptors -> descriptors
>
> Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
> ---
>  drivers/gpio/TODO | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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.
> --
> 2.25.1
>

Patch applied, thanks!

Bartosz
diff mbox series

Patch

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.