Skip to content

Commit 9d93db0

Browse files
gautamsomaniingomolnar
authored andcommitted
x86/mm/selftests: Fix typo in lam.c
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
1 parent 6db2526 commit 9d93db0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • tools/testing/selftests/x86

tools/testing/selftests/x86/lam.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ static uint64_t set_metadata(uint64_t src, unsigned long lam)
237237
* both pointers should point to the same address.
238238
*
239239
* @return:
240-
* 0: value on the pointer with metadate and value on original are same
240+
* 0: value on the pointer with metadata and value on original are same
241241
* 1: not same.
242242
*/
243243
static int handle_lam_test(void *src, unsigned int lam)

0 commit comments

Comments
 (0)