diff options
| author | Bartosz Golaszewski <[email protected]> | 2022-03-08 08:44:54 +0000 |
|---|---|---|
| committer | Bartosz Golaszewski <[email protected]> | 2022-03-10 09:02:19 +0000 |
| commit | 55d01c98a88b346e217eaa931b32e7baea905c9a (patch) | |
| tree | b2d05c45d2f9994007584e99bbc18a2121c718c4 | |
| parent | gpio: ts4900: Do not set DAT and OE together (diff) | |
| download | kernel-55d01c98a88b346e217eaa931b32e7baea905c9a.tar.gz kernel-55d01c98a88b346e217eaa931b32e7baea905c9a.zip | |
gpio: sim: fix a typo
Just noticed this when applying Andy's patch. s/childred/children/
Fixes: cb8c474e79be ("gpio: sim: new testing module")
Signed-off-by: Bartosz Golaszewski <[email protected]>
Reviewed-by: Andy Shevchenko <[email protected]>
| -rw-r--r-- | drivers/gpio/gpio-sim.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
