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
This commit is contained in:
Gautam Somani 2024-12-01 03:41:02 +09:00 committed by Ingo Molnar
parent 6db2526c1d
commit 9d93db0d18

View 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)