]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm/vmalloc.c: use "high-order" in description non 0-order pages
authorUladzislau Rezki (Sony) <urezki@gmail.com>
Fri, 6 Sep 2024 09:50:49 +0000 (11:50 +0200)
committerAndrew Morton <akpm@linux-foundation.org>
Mon, 9 Sep 2024 23:39:17 +0000 (16:39 -0700)
commit6004fe001d6c88ad8c51e1779989e69694cc9ced
treecab5bc109d0a634643141c854ed0df7f5466d3b9
parentb44f71e3fa35e1d8076b73316abff155ef1aa26c
mm/vmalloc.c: use "high-order" in description non 0-order pages

In many places, in the comments, we use both "higher-order" and
"high-order" to describe the non 0-order pages.  That is confusing,
because a "higher-order" statement does not reflect what it is compared
with.

Link: https://lkml.kernel.org/r/20240906095049.3486-1-urezki@gmail.com
Signed-off-by: Uladzislau Rezki (Sony) <urezki@gmail.com>
Suggested-by: Baoquan He <bhe@redhat.com>
Reviewed-by: Baoquan He <bhe@redhat.com>
Cc: Christoph Hellwig <hch@infradead.org>
Cc: Michal Hocko <mhocko@suse.com>
Cc: Oleksiy Avramchenko <oleksiy.avramchenko@sony.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/vmalloc.c