All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Docs/mm/damon/design: fix a typo in the Address Unit section
@ 2026-06-12 15:40 Shardul Deshpande
  2026-06-12 17:03 ` Andrew Morton
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Shardul Deshpande @ 2026-06-12 15:40 UTC (permalink / raw)
  To: SeongJae Park, Andrew Morton, David Hildenbrand, Lorenzo Stoakes,
	Liam R. Howlett, Vlastimil Babka, Mike Rapoport,
	Suren Baghdasaryan, Michal Hocko, Jonathan Corbet, Shuah Khan,
	damon, linux-mm, linux-doc, linux-kernel

The "Address Unit" section misspelled the C type that the DAMON core
layer uses for monitoring target address ranges.  Correct it to read
"unsigned long".

Signed-off-by: Shardul Deshpande <iamsharduld@gmail.com>
---
 Documentation/mm/damon/design.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/mm/damon/design.rst b/Documentation/mm/damon/design.rst
index afc7d52bd..899ac9c69 100644
--- a/Documentation/mm/damon/design.rst
+++ b/Documentation/mm/damon/design.rst
@@ -140,7 +140,7 @@ as Idle page tracking does.
 Address Unit
 ------------
 
-DAMON core layer uses ``unsinged long`` type for monitoring target address
+DAMON core layer uses ``unsigned long`` type for monitoring target address
 ranges.  In some cases, the address space for a given operations set could be
 too large to be handled with the type.  ARM (32-bit) with large physical
 address extension is an example.  For such cases, a per-operations set
-- 
2.43.0


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

end of thread, other threads:[~2026-06-13  2:33 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-12 15:40 [PATCH] Docs/mm/damon/design: fix a typo in the Address Unit section Shardul Deshpande
2026-06-12 17:03 ` Andrew Morton
2026-06-12 18:16 ` [PATCH] treewide: fix transposed "sign" typos and update spelling.txt Shardul Deshpande
2026-06-13  0:07   ` SeongJae Park
2026-06-13  2:32     ` Zenghui Yu
2026-06-13  0:08 ` [PATCH] Docs/mm/damon/design: fix a typo in the Address Unit section SeongJae Park

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.