aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGautam Somani <[email protected]>2024-11-30 18:41:02 +0000
committerIngo Molnar <[email protected]>2024-12-06 19:04:32 +0000
commit9d93db0d1881c9e37e1528cd796e20ff13b7692c (patch)
tree6d650e3472e1e48a65fef482271f8e4885767b57
parentx86/mm/tlb: Only trim the mm_cpumask once a second (diff)
downloadkernel-9d93db0d1881c9e37e1528cd796e20ff13b7692c.tar.gz
kernel-9d93db0d1881c9e37e1528cd796e20ff13b7692c.zip
x86/mm/selftests: Fix typo in lam.c
Change the spelling from metadate -> metadata Signed-off-by: Gautam Somani <[email protected]> Signed-off-by: Ingo Molnar <[email protected]> Link: https://lore.kernel.org/r/[email protected]
-rw-r--r--tools/testing/selftests/x86/lam.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/x86/lam.c b/tools/testing/selftests/x86/lam.c
index 0ea4f6813930..4d4a76532dc9 100644
--- a/tools/testing/selftests/x86/lam.c
+++ b/tools/testing/selftests/x86/lam.c
@@ -237,7 +237,7 @@ static uint64_t set_metadata(uint64_t src, unsigned long lam)
* both pointers should point to the same address.
*
* @return:
- * 0: value on the pointer with metadate and value on original are same
+ * 0: value on the pointer with metadata and value on original are same
* 1: not same.
*/
static int handle_lam_test(void *src, unsigned int lam)