Re: [PATCH] of: fdt: fix "Cound" typo in fdt_translate_address()

From: Rob Herring

Date: Tue Sep 15 2026 - 11:10:45 EST


On Wed, Sep 09, 2026 at 06:05:01PM +0530, Hemanth Selam wrote:
> The comment above the count_cells() call reads "Cound address cells"
> where it should read "Count address cells", which is what the call below
> it does.
>
> Comment only, no functional change.
>
> Assisted-by: Cursor:claude-opus-5
> Signed-off-by: Hemanth Selam <hemanth.selam@xxxxxxxxx>
> ---
> drivers/of/fdt_address.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks!

Rob