2023-10-30 09:12:16

by zhaimingbing

[permalink] [raw]
Subject: [PATCH] perf tests:FIx spelling mistake "whic" to "which"

There is a spelling mistake, Please fix it.

Signed-off-by: zhaimingbing <[email protected]>
---
tools/perf/tests/attr.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/perf/tests/attr.c b/tools/perf/tests/attr.c
index 61186d0d1..97e1bdd6e 100644
--- a/tools/perf/tests/attr.c
+++ b/tools/perf/tests/attr.c
@@ -188,7 +188,7 @@ static int test__attr(struct test_suite *test __maybe_unused, int subtest __mayb
if (perf_pmus__num_core_pmus() > 1) {
/*
* TODO: Attribute tests hard code the PMU type. If there are >1
- * core PMU then each PMU will have a different type whic
+ * core PMU then each PMU will have a different type which
* requires additional support.
*/
pr_debug("Skip test on hybrid systems");
--
2.33.0




2023-10-30 16:32:04

by Ian Rogers

[permalink] [raw]
Subject: Re: [PATCH] perf tests:FIx spelling mistake "whic" to "which"

On Mon, Oct 30, 2023 at 2:12 AM zhaimingbing
<[email protected]> wrote:
>
> There is a spelling mistake, Please fix it.
>
> Signed-off-by: zhaimingbing <[email protected]>

Reviewed-by: Ian Rogers <[email protected]>

Thanks,
Ian

> ---
> tools/perf/tests/attr.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tools/perf/tests/attr.c b/tools/perf/tests/attr.c
> index 61186d0d1..97e1bdd6e 100644
> --- a/tools/perf/tests/attr.c
> +++ b/tools/perf/tests/attr.c
> @@ -188,7 +188,7 @@ static int test__attr(struct test_suite *test __maybe_unused, int subtest __mayb
> if (perf_pmus__num_core_pmus() > 1) {
> /*
> * TODO: Attribute tests hard code the PMU type. If there are >1
> - * core PMU then each PMU will have a different type whic
> + * core PMU then each PMU will have a different type which
> * requires additional support.
> */
> pr_debug("Skip test on hybrid systems");
> --
> 2.33.0
>
>
>