From: Andrew Morton Date: Thu, 18 Aug 2022 23:52:00 +0000 (-0700) Subject: mm-demotion-add-support-for-explicit-memory-tiers-fix X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=a5c0e5c11c51ee9a0aa39ead3bb3b6297f908ce1;p=users%2Fjedix%2Flinux-maple.git mm-demotion-add-support-for-explicit-memory-tiers-fix fix comment, per Aneesh Cc: "Aneesh Kumar K.V" Signed-off-by: Andrew Morton --- diff --git a/include/linux/memory-tiers.h b/include/linux/memory-tiers.h index 5206568f34ed..ecada7bf4091 100644 --- a/include/linux/memory-tiers.h +++ b/include/linux/memory-tiers.h @@ -8,9 +8,9 @@ #define MEMTIER_CHUNK_BITS 7 #define MEMTIER_CHUNK_SIZE (1 << MEMTIER_CHUNK_BITS) /* - * Smaller abstract distance values imply faster(higher) memory tiers. Offset + * Smaller abstract distance values imply faster (higher) memory tiers. Offset * the DRAM adistance so that we can accommodate devices with a slightly lower - * adistance value (slightly slower) than default DRAM adistance to be part of + * adistance value (slightly faster) than default DRAM adistance to be part of * the same memory tier. */ #define MEMTIER_ADISTANCE_DRAM ((4 * MEMTIER_CHUNK_SIZE) + (MEMTIER_CHUNK_SIZE >> 1))