linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] perf header: Fix spelling mistake "could't" -> "couldn't"
@ 2022-03-16 23:22 Colin Ian King
  2022-03-17  3:09 ` Ian Rogers
  2022-03-22 21:27 ` Arnaldo Carvalho de Melo
  0 siblings, 2 replies; 3+ messages in thread
From: Colin Ian King @ 2022-03-16 23:22 UTC (permalink / raw)
  To: Peter Zijlstra, Ingo Molnar, Arnaldo Carvalho de Melo,
	Alexander Shishkin, Namhyung Kim, linux-perf-users
  Cc: kernel-janitors, linux-kernel

There is a spelling mistake in a pr_debug2 message. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
 tools/perf/util/header.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/perf/util/header.c b/tools/perf/util/header.c
index 6da12e522edc..4a44a0740f43 100644
--- a/tools/perf/util/header.c
+++ b/tools/perf/util/header.c
@@ -1335,7 +1335,7 @@ static int build_mem_topology(struct memory_node *nodes, u64 size, u64 *cntp)
 
 	dir = opendir(path);
 	if (!dir) {
-		pr_debug2("%s: could't read %s, does this arch have topology information?\n",
+		pr_debug2("%s: couldn't read %s, does this arch have topology information?\n",
 			  __func__, path);
 		return -1;
 	}
-- 
2.35.1


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

* Re: [PATCH] perf header: Fix spelling mistake "could't" -> "couldn't"
  2022-03-16 23:22 [PATCH] perf header: Fix spelling mistake "could't" -> "couldn't" Colin Ian King
@ 2022-03-17  3:09 ` Ian Rogers
  2022-03-22 21:27 ` Arnaldo Carvalho de Melo
  1 sibling, 0 replies; 3+ messages in thread
From: Ian Rogers @ 2022-03-17  3:09 UTC (permalink / raw)
  To: Colin Ian King
  Cc: Peter Zijlstra, Ingo Molnar, Arnaldo Carvalho de Melo,
	Alexander Shishkin, Namhyung Kim, linux-perf-users,
	kernel-janitors, linux-kernel

On Wed, Mar 16, 2022 at 4:22 PM Colin Ian King <colin.i.king@gmail.com> wrote:
>
> There is a spelling mistake in a pr_debug2 message. Fix it.
>
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>

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

Thanks,
Ian

> ---
>  tools/perf/util/header.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tools/perf/util/header.c b/tools/perf/util/header.c
> index 6da12e522edc..4a44a0740f43 100644
> --- a/tools/perf/util/header.c
> +++ b/tools/perf/util/header.c
> @@ -1335,7 +1335,7 @@ static int build_mem_topology(struct memory_node *nodes, u64 size, u64 *cntp)
>
>         dir = opendir(path);
>         if (!dir) {
> -               pr_debug2("%s: could't read %s, does this arch have topology information?\n",
> +               pr_debug2("%s: couldn't read %s, does this arch have topology information?\n",
>                           __func__, path);
>                 return -1;
>         }
> --
> 2.35.1
>

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

* Re: [PATCH] perf header: Fix spelling mistake "could't" -> "couldn't"
  2022-03-16 23:22 [PATCH] perf header: Fix spelling mistake "could't" -> "couldn't" Colin Ian King
  2022-03-17  3:09 ` Ian Rogers
@ 2022-03-22 21:27 ` Arnaldo Carvalho de Melo
  1 sibling, 0 replies; 3+ messages in thread
From: Arnaldo Carvalho de Melo @ 2022-03-22 21:27 UTC (permalink / raw)
  To: Colin Ian King
  Cc: Peter Zijlstra, Ingo Molnar, Alexander Shishkin, Namhyung Kim,
	linux-perf-users, kernel-janitors, linux-kernel

Em Wed, Mar 16, 2022 at 11:22:11PM +0000, Colin Ian King escreveu:
> There is a spelling mistake in a pr_debug2 message. Fix it.

Thanks, applied.

- Arnaldo

 
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
> ---
>  tools/perf/util/header.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tools/perf/util/header.c b/tools/perf/util/header.c
> index 6da12e522edc..4a44a0740f43 100644
> --- a/tools/perf/util/header.c
> +++ b/tools/perf/util/header.c
> @@ -1335,7 +1335,7 @@ static int build_mem_topology(struct memory_node *nodes, u64 size, u64 *cntp)
>  
>  	dir = opendir(path);
>  	if (!dir) {
> -		pr_debug2("%s: could't read %s, does this arch have topology information?\n",
> +		pr_debug2("%s: couldn't read %s, does this arch have topology information?\n",
>  			  __func__, path);
>  		return -1;
>  	}
> -- 
> 2.35.1

-- 

- Arnaldo

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

end of thread, other threads:[~2022-03-22 21:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-16 23:22 [PATCH] perf header: Fix spelling mistake "could't" -> "couldn't" Colin Ian King
2022-03-17  3:09 ` Ian Rogers
2022-03-22 21:27 ` 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;
as well as URLs for NNTP newsgroup(s).