diff mbox series

gpio: sim: fix a typo

Message ID 20220308084627.214720-1-brgl@bgdev.pl
State New
Headers show
Series gpio: sim: fix a typo | expand

Commit Message

Bartosz Golaszewski March 8, 2022, 8:46 a.m. UTC
Just noticed this when applying Andy's patch. s/childred/children/

Fixes: cb8c474e79be ("gpio: sim: new testing module")
Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
---
 drivers/gpio/gpio-sim.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Andy Shevchenko March 8, 2022, 10:02 a.m. UTC | #1
On Tue, Mar 08, 2022 at 09:46:27AM +0100, Bartosz Golaszewski wrote:
> Just noticed this when applying Andy's patch. s/childred/children/

Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>

> Fixes: cb8c474e79be ("gpio: sim: new testing module")
> Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
> ---
>  drivers/gpio/gpio-sim.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpio/gpio-sim.c b/drivers/gpio/gpio-sim.c
> index bb9bb595c1a8..8e5d87984a48 100644
> --- a/drivers/gpio/gpio-sim.c
> +++ b/drivers/gpio/gpio-sim.c
> @@ -547,7 +547,7 @@ struct gpio_sim_bank {
>  	 *
>  	 * So we need to store the pointer to the parent struct here. We can
>  	 * dereference it anywhere we need with no checks and no locking as
> -	 * it's guaranteed to survive the childred and protected by configfs
> +	 * it's guaranteed to survive the children and protected by configfs
>  	 * locks.
>  	 *
>  	 * Same for other structures.
> -- 
> 2.30.1
>
diff mbox series

Patch

diff --git a/drivers/gpio/gpio-sim.c b/drivers/gpio/gpio-sim.c
index bb9bb595c1a8..8e5d87984a48 100644
--- a/drivers/gpio/gpio-sim.c
+++ b/drivers/gpio/gpio-sim.c
@@ -547,7 +547,7 @@  struct gpio_sim_bank {
 	 *
 	 * So we need to store the pointer to the parent struct here. We can
 	 * dereference it anywhere we need with no checks and no locking as
-	 * it's guaranteed to survive the childred and protected by configfs
+	 * it's guaranteed to survive the children and protected by configfs
 	 * locks.
 	 *
 	 * Same for other structures.