Commit 55d01c98 authored by Bartosz Golaszewski's avatar Bartosz Golaszewski

gpio: sim: fix a typo

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

Fixes: cb8c474e ("gpio: sim: new testing module")
Signed-off-by: default avatarBartosz Golaszewski <brgl@bgdev.pl>
Reviewed-by: default avatarAndy Shevchenko <andriy.shevchenko@linux.intel.com>
parent 03fe0035
...@@ -547,7 +547,7 @@ struct gpio_sim_bank { ...@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment