[tip: x86/mm] x86/mm/selftests: Fix typo in lam.c
From: tip-bot2 for Gautam Somani
Date: Fri Dec 06 2024 - 14:13:00 EST
The following commit has been merged into the x86/mm branch of tip:
Commit-ID: 9d93db0d1881c9e37e1528cd796e20ff13b7692c
Gitweb: https://git.kernel.org/tip/9d93db0d1881c9e37e1528cd796e20ff13b7692c
Author: Gautam Somani <gautamsomani@xxxxxxxxx>
AuthorDate: Sun, 01 Dec 2024 03:41:02 +09:00
Committer: Ingo Molnar <mingo@xxxxxxxxxx>
CommitterDate: Fri, 06 Dec 2024 20:04:32 +01:00
x86/mm/selftests: Fix typo in lam.c
Change the spelling from metadate -> metadata
Signed-off-by: Gautam Somani <gautamsomani@xxxxxxxxx>
Signed-off-by: Ingo Molnar <mingo@xxxxxxxxxx>
Link: https://lore.kernel.org/r/20241130184102.2182-1-gautamsomani@xxxxxxxxx
---
tools/testing/selftests/x86/lam.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/testing/selftests/x86/lam.c b/tools/testing/selftests/x86/lam.c
index 0ea4f68..4d4a765 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)