]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
x86/mm/selftests: Fix typo in lam.c
authorGautam Somani <gautamsomani@gmail.com>
Sat, 30 Nov 2024 18:41:02 +0000 (03:41 +0900)
committerIngo Molnar <mingo@kernel.org>
Fri, 6 Dec 2024 19:04:32 +0000 (20:04 +0100)
Change the spelling from metadate -> metadata

Signed-off-by: Gautam Somani <gautamsomani@gmail.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link: https://lore.kernel.org/r/20241130184102.2182-1-gautamsomani@gmail.com
tools/testing/selftests/x86/lam.c

index 0ea4f6813930b5caf2121596ecf61dc578c3b5f4..4d4a76532dc9a4f1fc5be4092bf42dfd2e25b180 100644 (file)
@@ -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)