]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
mm-demotion-add-support-for-explicit-memory-tiers-fix
authorAndrew Morton <akpm@linux-foundation.org>
Thu, 18 Aug 2022 23:52:00 +0000 (16:52 -0700)
committerAndrew Morton <akpm@linux-foundation.org>
Fri, 26 Aug 2022 05:03:03 +0000 (22:03 -0700)
fix comment, per Aneesh

Cc: "Aneesh Kumar K.V" <aneesh.kumar@linux.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/memory-tiers.h

index 5206568f34ed8c22af4fc78f5a57ae775e7acd16..ecada7bf4091058294d9c6279744e4bedfe2aa6e 100644 (file)
@@ -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))