mirror of
https://github.com/linux-msm/laptops-kernel.git
synced 2026-08-13 14:19:53 -07:00
PM: hibernate: Fix typo in memory bitmaps description comment
Correct 'leave' to 'leaf' in memory bitmaps description comment. Signed-off-by: Li Jun <lijun01@kylinos.cn> Link: https://patch.msgid.link/20250819104038.1596952-1-lijun01@kylinos.cn [ rjw: Subject and changelog edits ] Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:
committed by
Rafael J. Wysocki
parent
5545d56fd1
commit
98da8a4aec
@@ -363,7 +363,7 @@ static void *chain_alloc(struct chain_allocator *ca, unsigned int size)
|
||||
*
|
||||
* One radix tree is represented by one struct mem_zone_bm_rtree. There are
|
||||
* two linked lists for the nodes of the tree, one for the inner nodes and
|
||||
* one for the leave nodes. The linked leave nodes are used for fast linear
|
||||
* one for the leaf nodes. The linked leaf nodes are used for fast linear
|
||||
* access of the memory bitmap.
|
||||
*
|
||||
* The struct rtree_node represents one node of the radix tree.
|
||||
|
||||
Reference in New Issue
Block a user