Re: [PATCH] of: fix typos in comments

From: Rob Herring

Date: Tue Sep 08 2026 - 11:14:23 EST


On Mon, Sep 7, 2026 at 1:20 AM Hemanth Selam <hemanth.selam@xxxxxxxxx> wrote:
>
> Fix typos in comments, reported by scripts/checkpatch.pl using the
> misspelling list in scripts/spelling.txt. Only touches comments, no code
> changes.
>
> Assisted-by: Cursor:claude-opus-5
> Signed-off-by: Hemanth Selam <hemanth.selam@xxxxxxxxx>
> ---
> drivers/of/base.c | 2 +-
> drivers/of/fdt_address.c | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/of/base.c b/drivers/of/base.c
> index d71ae0449360..9e249286be71 100644
> --- a/drivers/of/base.c
> +++ b/drivers/of/base.c
> @@ -700,7 +700,7 @@ static struct device_node *__of_get_next_child(const struct device_node *node,
> child = __of_get_next_child(parent, child))
>
> /**
> - * of_get_next_child - Iterate a node childs
> + * of_get_next_child - Iterate a node children

Still does not make sense.

Rob