]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm/memblock: fix comment for memblock_isolate_range()
authorWei Yang <richard.weiyang@gmail.com>
Tue, 7 May 2024 07:58:29 +0000 (07:58 +0000)
committerMike Rapoport (IBM) <rppt@kernel.org>
Wed, 5 Jun 2024 07:22:22 +0000 (10:22 +0300)
commit3aca2cea907c647ee7720b7ba22734f9e8e7cfa3
tree4b6de54cd9fecec547a0c33c3fc64540c711cac9
parentf6df89c3582a337090ae1f37c3648bdb35da29f7
mm/memblock: fix comment for memblock_isolate_range()

The isolated range is [*@start_rgn, *@end_rgn - 1], while the comment says
"the end region inside the range" is *@end_rgn.

Let's correct it.

Signed-off-by: Wei Yang <richard.weiyang@gmail.com>
Link: https://lore.kernel.org/r/20240507075833.6346-4-richard.weiyang@gmail.com
Signed-off-by: Mike Rapoport (IBM) <rppt@kernel.org>
mm/memblock.c