[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <173351235881.412.10396233513650012252.tip-bot2@tip-bot2>
Date: Fri, 06 Dec 2024 19:12:38 -0000
From: "tip-bot2 for Gautam Somani" <tip-bot2@...utronix.de>
To: linux-tip-commits@...r.kernel.org
Cc: Gautam Somani <gautamsomani@...il.com>, Ingo Molnar <mingo@...nel.org>,
x86@...nel.org, linux-kernel@...r.kernel.org
Subject: [tip: x86/mm] x86/mm/selftests: Fix typo in lam.c
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@...il.com>
AuthorDate: Sun, 01 Dec 2024 03:41:02 +09:00
Committer: Ingo Molnar <mingo@...nel.org>
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@...il.com>
Signed-off-by: Ingo Molnar <mingo@...nel.org>
Link: https://lore.kernel.org/r/20241130184102.2182-1-gautamsomani@gmail.com
---
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)
Powered by blists - more mailing lists