mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] of: fdt: fix "Cound" typo in fdt_translate_address()
@ 2026-09-09 12:35 Hemanth Selam
  2026-09-15 14:11 ` Rob Herring
  0 siblings, 1 reply; 2+ messages in thread
From: Hemanth Selam @ 2026-09-09 12:35 UTC (permalink / raw)
  To: robh, saravanak; +Cc: devicetree, linux-kernel

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@gmail.com>
---
 drivers/of/fdt_address.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/of/fdt_address.c b/drivers/of/fdt_address.c
index f358d2c80754..2e4e46a58cb6 100644
--- a/drivers/of/fdt_address.c
+++ b/drivers/of/fdt_address.c
@@ -172,7 +172,7 @@ static u64 __init fdt_translate_address(const void *blob, int node_offset)
 		goto bail;
 	bus = &of_busses[0];
 
-	/* Cound address cells & copy address locally */
+	/* Count address cells & copy address locally */
 	bus->count_cells(blob, parent, &na, &ns);
 	if (!OF_CHECK_COUNTS(na, ns)) {
 		pr_err("Bad cell count for %s\n",
-- 
2.48.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] of: fdt: fix "Cound" typo in fdt_translate_address()
  2026-09-09 12:35 [PATCH] of: fdt: fix "Cound" typo in fdt_translate_address() Hemanth Selam
@ 2026-09-15 14:11 ` Rob Herring
  0 siblings, 0 replies; 2+ messages in thread
From: Rob Herring @ 2026-09-15 14:11 UTC (permalink / raw)
  To: Hemanth Selam; +Cc: saravanak, devicetree, linux-kernel

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@gmail.com>
> ---
>  drivers/of/fdt_address.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks!

Rob

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-09-15 14:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-09 12:35 [PATCH] of: fdt: fix "Cound" typo in fdt_translate_address() Hemanth Selam
2026-09-15 14:11 ` Rob Herring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®