Skip to content

Commit 9d93db0

Browse files
gautamsomaniIngo Molnar
authored andcommitted
x86/mm/selftests: Fix typo in lam.c
Change the spelling from metadate -> metadata Signed-off-by: Gautam Somani <[email protected]> Signed-off-by: Ingo Molnar <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 6db2526 commit 9d93db0

File tree

1 file changed

+1
-1
lines changed
  • tools/testing/selftests/x86

1 file changed

+1
-1
lines changed

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)