From a5c0e5c11c51ee9a0aa39ead3bb3b6297f908ce1 Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Thu, 18 Aug 2022 16:52:00 -0700 Subject: [PATCH] mm-demotion-add-support-for-explicit-memory-tiers-fix fix comment, per Aneesh Cc: "Aneesh Kumar K.V" Signed-off-by: Andrew Morton --- include/linux/memory-tiers.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)) -- 2.50.1