[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20241130184102.2182-1-gautamsomani@gmail.com>
Date: Sun, 1 Dec 2024 03:41:02 +0900
From: Gautam Somani <gautamsomani@...il.com>
To: tglx@...utronix.de,
mingo@...hat.com,
bp@...en8.de,
dave.hansen@...ux.intel.com,
x86@...nel.org,
hpa@...or.com,
shuah@...nel.org
Cc: linux-kernel@...r.kernel.org,
linux-kselftest@...r.kernel.org,
Gautam Somani <gautamsomani@...il.com>
Subject: [PATCH] selftests: x86: fix typo in lam.c
Change the spelling from metadate -> metadata
Signed-off-by: Gautam Somani <gautamsomani@...il.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 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)
--
2.43.0
Powered by blists - more mailing lists