Skip to content

Commit b6cdff9

Browse files
vax-rJonathan Corbet
authored andcommitted
docs/mm: Physical memory: Remove zone_t
"zone_t" doesn't exist in current code base anymore, remove the description of it. Signed-off-by: I Hsin Cheng <[email protected]> Reviewed-by: Randy Dunlap <[email protected]> Signed-off-by: Jonathan Corbet <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 08c035d commit b6cdff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/mm/physical_memory.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The entire physical address space is partitioned into one or more blocks
3333
called zones which represent ranges within memory. These ranges are usually
3434
determined by architectural constraints for accessing the physical memory.
3535
The memory range within a node that corresponds to a particular zone is
36-
described by a ``struct zone``, typedeffed to ``zone_t``. Each zone has
36+
described by a ``struct zone``. Each zone has
3737
one of the types described below.
3838

3939
* ``ZONE_DMA`` and ``ZONE_DMA32`` historically represented memory suitable for

0 commit comments

Comments
 (0)