mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-01-06 09:05:00 -05:00
perf test: Fix spelling mistake "sythesizing" -> "synthesizing"
There are spelling mistakes in TEST_ASSERT_VAL messages. Fix them. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Link: https://lore.kernel.org/r/20250228090941.680226-1-colin.i.king@gmail.com Signed-off-by: Namhyung Kim <namhyung@kernel.org>
This commit is contained in:
committed by
Namhyung Kim
parent
75100d848e
commit
7e55bc0110
@@ -229,11 +229,11 @@ static int mmap_events(synth_cb synth)
|
||||
static int test__mmap_thread_lookup(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
|
||||
{
|
||||
/* perf_event__synthesize_threads synthesize */
|
||||
TEST_ASSERT_VAL("failed with sythesizing all",
|
||||
TEST_ASSERT_VAL("failed with synthesizing all",
|
||||
!mmap_events(synth_all));
|
||||
|
||||
/* perf_event__synthesize_thread_map synthesize */
|
||||
TEST_ASSERT_VAL("failed with sythesizing process",
|
||||
TEST_ASSERT_VAL("failed with synthesizing process",
|
||||
!mmap_events(synth_process));
|
||||
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user