linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][next] perf drm_pmu: Fix spelling mistake "bufers" -> "buffers"
@ 2025-06-30 12:51 Colin Ian King
  2025-06-30 15:29 ` Ian Rogers
  2025-07-01 17:55 ` Namhyung Kim
  0 siblings, 2 replies; 3+ messages in thread
From: Colin Ian King @ 2025-06-30 12:51 UTC (permalink / raw)
  To: Peter Zijlstra, Ingo Molnar, Arnaldo Carvalho de Melo,
	Namhyung Kim, Mark Rutland, Alexander Shishkin, Jiri Olsa,
	Ian Rogers, Adrian Hunter, kan.liang, linux-perf-users
  Cc: kernel-janitors, linux-kernel

There are spelling mistakes in some literal strings. Fix these.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
 tools/perf/util/drm_pmu.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tools/perf/util/drm_pmu.c b/tools/perf/util/drm_pmu.c
index 17385a10005b..988890f37ba7 100644
--- a/tools/perf/util/drm_pmu.c
+++ b/tools/perf/util/drm_pmu.c
@@ -210,17 +210,17 @@ static int read_drm_pmus_cb(void *args, int fdinfo_dir_fd, const char *fd_name)
 		}
 		if (starts_with(line, "drm-purgeable-")) {
 			add_event(&events, &num_events, line, DRM_PMU_UNIT_BYTES,
-				  "Size of resident and purgeable memory bufers");
+				  "Size of resident and purgeable memory buffers");
 			continue;
 		}
 		if (starts_with(line, "drm-resident-")) {
 			add_event(&events, &num_events, line, DRM_PMU_UNIT_BYTES,
-				  "Size of resident memory bufers");
+				  "Size of resident memory buffers");
 			continue;
 		}
 		if (starts_with(line, "drm-shared-")) {
 			add_event(&events, &num_events, line, DRM_PMU_UNIT_BYTES,
-				  "Size of shared memory bufers");
+				  "Size of shared memory buffers");
 			continue;
 		}
 		if (starts_with(line, "drm-total-cycles-")) {
-- 
2.50.0


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

* Re: [PATCH][next] perf drm_pmu: Fix spelling mistake "bufers" -> "buffers"
  2025-06-30 12:51 [PATCH][next] perf drm_pmu: Fix spelling mistake "bufers" -> "buffers" Colin Ian King
@ 2025-06-30 15:29 ` Ian Rogers
  2025-07-01 17:55 ` Namhyung Kim
  1 sibling, 0 replies; 3+ messages in thread
From: Ian Rogers @ 2025-06-30 15:29 UTC (permalink / raw)
  To: Colin Ian King
  Cc: Peter Zijlstra, Ingo Molnar, Arnaldo Carvalho de Melo,
	Namhyung Kim, Mark Rutland, Alexander Shishkin, Jiri Olsa,
	Adrian Hunter, kan.liang, linux-perf-users, kernel-janitors,
	linux-kernel

On Mon, Jun 30, 2025 at 5:51 AM Colin Ian King <colin.i.king@gmail.com> wrote:
>
> There are spelling mistakes in some literal strings. Fix these.
>
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>

Thanks Colin!

Fixes: 28917cb17f9d ("perf drm_pmu: Add a tool like PMU to expose DRM
information")

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

Thanks,
Ian

> ---
>  tools/perf/util/drm_pmu.c | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/tools/perf/util/drm_pmu.c b/tools/perf/util/drm_pmu.c
> index 17385a10005b..988890f37ba7 100644
> --- a/tools/perf/util/drm_pmu.c
> +++ b/tools/perf/util/drm_pmu.c
> @@ -210,17 +210,17 @@ static int read_drm_pmus_cb(void *args, int fdinfo_dir_fd, const char *fd_name)
>                 }
>                 if (starts_with(line, "drm-purgeable-")) {
>                         add_event(&events, &num_events, line, DRM_PMU_UNIT_BYTES,
> -                                 "Size of resident and purgeable memory bufers");
> +                                 "Size of resident and purgeable memory buffers");
>                         continue;
>                 }
>                 if (starts_with(line, "drm-resident-")) {
>                         add_event(&events, &num_events, line, DRM_PMU_UNIT_BYTES,
> -                                 "Size of resident memory bufers");
> +                                 "Size of resident memory buffers");
>                         continue;
>                 }
>                 if (starts_with(line, "drm-shared-")) {
>                         add_event(&events, &num_events, line, DRM_PMU_UNIT_BYTES,
> -                                 "Size of shared memory bufers");
> +                                 "Size of shared memory buffers");
>                         continue;
>                 }
>                 if (starts_with(line, "drm-total-cycles-")) {
> --
> 2.50.0
>

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

* Re: [PATCH][next] perf drm_pmu: Fix spelling mistake "bufers" -> "buffers"
  2025-06-30 12:51 [PATCH][next] perf drm_pmu: Fix spelling mistake "bufers" -> "buffers" Colin Ian King
  2025-06-30 15:29 ` Ian Rogers
@ 2025-07-01 17:55 ` Namhyung Kim
  1 sibling, 0 replies; 3+ messages in thread
From: Namhyung Kim @ 2025-07-01 17:55 UTC (permalink / raw)
  To: Peter Zijlstra, Ingo Molnar, Arnaldo Carvalho de Melo,
	Mark Rutland, Alexander Shishkin, Jiri Olsa, Ian Rogers,
	Adrian Hunter, kan.liang, linux-perf-users, Colin Ian King
  Cc: kernel-janitors, linux-kernel

On Mon, 30 Jun 2025 13:51:28 +0100, Colin Ian King wrote:
> There are spelling mistakes in some literal strings. Fix these.
> 
> 
Applied to perf-tools-next, thanks!

Best regards,
Namhyung



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

end of thread, other threads:[~2025-07-01 17:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-30 12:51 [PATCH][next] perf drm_pmu: Fix spelling mistake "bufers" -> "buffers" Colin Ian King
2025-06-30 15:29 ` Ian Rogers
2025-07-01 17:55 ` Namhyung Kim

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).