]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
docs/mm: Physical memory: Remove zone_t
authorI Hsin Cheng <richard120310@gmail.com>
Wed, 15 Jan 2025 07:03:55 +0000 (15:03 +0800)
committerJonathan Corbet <corbet@lwn.net>
Thu, 16 Jan 2025 18:16:47 +0000 (11:16 -0700)
"zone_t" doesn't exist in current code base anymore, remove the
description of it.

Signed-off-by: I Hsin Cheng <richard120310@gmail.com>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20250115070355.41769-1-richard120310@gmail.com
Documentation/mm/physical_memory.rst

index 531e73b003ddd0f33275eebe522efa72d5e41655..71fd4a6acf4242b9aaaae24c7e6d77d71ec46272 100644 (file)
@@ -33,7 +33,7 @@ The entire physical address space is partitioned into one or more blocks
 called zones which represent ranges within memory. These ranges are usually
 determined by architectural constraints for accessing the physical memory.
 The memory range within a node that corresponds to a particular zone is
-described by a ``struct zone``, typedeffed to ``zone_t``. Each zone has
+described by a ``struct zone``. Each zone has
 one of the types described below.
 
 * ``ZONE_DMA`` and ``ZONE_DMA32`` historically represented memory suitable for