From: Gautam Somani Date: Sat, 30 Nov 2024 18:41:02 +0000 (+0900) Subject: x86/mm/selftests: Fix typo in lam.c X-Git-Tag: v6.14-rc1~20^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9d93db0d1881c9e37e1528cd796e20ff13b7692c;p=thirdparty%2Fkernel%2Flinux.git x86/mm/selftests: Fix typo in lam.c Change the spelling from metadate -> metadata Signed-off-by: Gautam Somani Signed-off-by: Ingo Molnar Link: https://lore.kernel.org/r/20241130184102.2182-1-gautamsomani@gmail.com --- diff --git a/tools/testing/selftests/x86/lam.c b/tools/testing/selftests/x86/lam.c index 0ea4f6813930b..4d4a76532dc9a 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)