From: Bartosz Golaszewski Date: Tue, 8 Mar 2022 08:44:54 +0000 (+0100) Subject: gpio: sim: fix a typo X-Git-Tag: baikal/aarch64/sdk6.1~4534^2 X-Git-Url: https://git.baikalelectronics.ru/?a=commitdiff_plain;h=9b138059f570c9234157eb62e9169f8ffc1e8ae9;p=kernel.git gpio: sim: fix a typo Just noticed this when applying Andy's patch. s/childred/children/ Fixes: c43e3f54c3df ("gpio: sim: new testing module") Signed-off-by: Bartosz Golaszewski Reviewed-by: Andy Shevchenko --- diff --git a/drivers/gpio/gpio-sim.c b/drivers/gpio/gpio-sim.c index bb9bb595c1a81..8e5d87984a489 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.