Skip to content

Commit 55d01c9

Browse files
committed
gpio: sim: fix a typo
Just noticed this when applying Andy's patch. s/childred/children/ Fixes: cb8c474 ("gpio: sim: new testing module") Signed-off-by: Bartosz Golaszewski <[email protected]> Reviewed-by: Andy Shevchenko <[email protected]>
1 parent 03fe003 commit 55d01c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpio/gpio-sim.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ struct gpio_sim_bank {
547547
*
548548
* So we need to store the pointer to the parent struct here. We can
549549
* dereference it anywhere we need with no checks and no locking as
550-
* it's guaranteed to survive the childred and protected by configfs
550+
* it's guaranteed to survive the children and protected by configfs
551551
* locks.
552552
*
553553
* Same for other structures.

0 commit comments

Comments
 (0)