public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] perf tests:FIx spelling mistake "whic" to "which"
@ 2023-10-30  7:58 zhaimingbing
  2023-10-30 16:30 ` Ian Rogers
  0 siblings, 1 reply; 3+ messages in thread
From: zhaimingbing @ 2023-10-30  7:58 UTC (permalink / raw)
  To: Ian Rogers, Peter Zijlstra, Ingo Molnar, Arnaldo Carvalho de Melo,
	Mark Rutland, Alexander Shishkin, Jiri Olsa, Namhyung Kim,
	Adrian Hunter, linux-perf-users
  Cc: kernel-janitors, linux-kernel, zhaimingbing

There is a spelling mistake, Please fix it.

Signed-off-by: zhaimingbing <zhaimingbing@cmss.chinamobile.com>
---
 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




^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] perf tests:FIx spelling mistake "whic" to "which"
  2023-10-30  7:58 [PATCH] perf tests:FIx spelling mistake "whic" to "which" zhaimingbing
@ 2023-10-30 16:30 ` Ian Rogers
  2023-11-08 20:30   ` Arnaldo Carvalho de Melo
  0 siblings, 1 reply; 3+ messages in thread
From: Ian Rogers @ 2023-10-30 16:30 UTC (permalink / raw)
  To: zhaimingbing
  Cc: Peter Zijlstra, Ingo Molnar, Arnaldo Carvalho de Melo,
	Mark Rutland, Alexander Shishkin, Jiri Olsa, Namhyung Kim,
	Adrian Hunter, linux-perf-users, kernel-janitors, linux-kernel

On Mon, Oct 30, 2023 at 2:12 AM zhaimingbing
<zhaimingbing@cmss.chinamobile.com> wrote:
>
> There is a spelling mistake, Please fix it.
>
> Signed-off-by: zhaimingbing <zhaimingbing@cmss.chinamobile.com>

Reviewed-by: Ian Rogers <irogers@google.com>

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] perf tests:FIx spelling mistake "whic" to "which"
  2023-10-30 16:30 ` Ian Rogers
@ 2023-11-08 20:30   ` Arnaldo Carvalho de Melo
  0 siblings, 0 replies; 3+ messages in thread
From: Arnaldo Carvalho de Melo @ 2023-11-08 20:30 UTC (permalink / raw)
  To: Ian Rogers
  Cc: zhaimingbing, Peter Zijlstra, Ingo Molnar, Mark Rutland,
	Alexander Shishkin, Jiri Olsa, Namhyung Kim, Adrian Hunter,
	linux-perf-users, kernel-janitors, linux-kernel

Em Mon, Oct 30, 2023 at 09:30:58AM -0700, Ian Rogers escreveu:
> On Mon, Oct 30, 2023 at 2:12 AM zhaimingbing
> <zhaimingbing@cmss.chinamobile.com> wrote:
> >
> > There is a spelling mistake, Please fix it.
> >
> > Signed-off-by: zhaimingbing <zhaimingbing@cmss.chinamobile.com>
> 
> Reviewed-by: Ian Rogers <irogers@google.com>

Thanks, applied to perf-tools-next.

- Arnaldo

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

-- 

- Arnaldo

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-11-08 20:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-30  7:58 [PATCH] perf tests:FIx spelling mistake "whic" to "which" zhaimingbing
2023-10-30 16:30 ` Ian Rogers
2023-11-08 20:30   ` Arnaldo Carvalho de Melo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox