2020-06-09 17:30:48

by Kieran Bingham

[permalink] [raw]
Subject: [PATCH 03/17] drivers: gpio: Fix trivial spelling

The word 'descriptor' is misspelled throughout the tree.

Fix it up accordingly:
decriptors -> descriptors

Signed-off-by: Kieran Bingham <[email protected]>
---
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


2020-06-15 08:20:30

by Bartosz Golaszewski

[permalink] [raw]
Subject: Re: [PATCH 03/17] drivers: gpio: Fix trivial spelling

wt., 9 cze 2020 o 14:46 Kieran Bingham
<[email protected]> napisaƂ(a):
>
> The word 'descriptor' is misspelled throughout the tree.
>
> Fix it up accordingly:
> decriptors -> descriptors
>
> Signed-off-by: Kieran Bingham <[email protected]>
> ---
> 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