gpio: sim: fix a typo

Just noticed this when applying Andy's patch. s/childred/children/

Fixes: cb8c474e79 ("gpio: sim: new testing module")
Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
This commit is contained in:
Bartosz Golaszewski 2022-03-08 09:44:54 +01:00
parent 03fe003547
commit 55d01c98a8
1 changed files with 1 additions and 1 deletions

View File

@ -547,7 +547,7 @@ struct gpio_sim_bank {
* *
* So we need to store the pointer to the parent struct here. We can * 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 * 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. * locks.
* *
* Same for other structures. * Same for other structures.