linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][next] perf test: Fix spelling mistake "curent" -> "current"
@ 2024-02-26 10:53 Colin Ian King
  2024-02-26 11:59 ` Adrian Hunter
  2024-02-27 17:27 ` Namhyung Kim
  0 siblings, 2 replies; 3+ messages in thread
From: Colin Ian King @ 2024-02-26 10:53 UTC (permalink / raw)
  To: Peter Zijlstra, Ingo Molnar, Arnaldo Carvalho de Melo,
	Namhyung Kim, Mark Rutland, Alexander Shishkin, Jiri Olsa,
	Ian Rogers, Adrian Hunter, linux-perf-users
  Cc: kernel-janitors, linux-kernel

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

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

diff --git a/tools/perf/tests/symbols.c b/tools/perf/tests/symbols.c
index 2fed6d67f50f..d208105919ed 100644
--- a/tools/perf/tests/symbols.c
+++ b/tools/perf/tests/symbols.c
@@ -85,7 +85,7 @@ static int create_map(struct test_info *ti, char *filename, struct map **map_p)
 		*map_p = find_module_map(ti->machine, dso);
 		dso__put(dso);
 		if (!*map_p) {
-			pr_debug("Failed to find map for curent kernel module %s",
+			pr_debug("Failed to find map for current kernel module %s",
 				 filename);
 			return TEST_FAIL;
 		}
-- 
2.39.2


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

* Re: [PATCH][next] perf test: Fix spelling mistake "curent" -> "current"
  2024-02-26 10:53 [PATCH][next] perf test: Fix spelling mistake "curent" -> "current" Colin Ian King
@ 2024-02-26 11:59 ` Adrian Hunter
  2024-02-27 17:27 ` Namhyung Kim
  1 sibling, 0 replies; 3+ messages in thread
From: Adrian Hunter @ 2024-02-26 11:59 UTC (permalink / raw)
  To: Colin Ian King, Peter Zijlstra, Ingo Molnar,
	Arnaldo Carvalho de Melo, Namhyung Kim, Mark Rutland,
	Alexander Shishkin, Jiri Olsa, Ian Rogers, linux-perf-users
  Cc: kernel-janitors, linux-kernel

On 26/02/24 12:53, Colin Ian King wrote:
> There is a spelling mistake in a pr_debug message. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>

Reviewed-by: Adrian Hunter <adrian.hunter@intel.com>

> ---
>  tools/perf/tests/symbols.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tools/perf/tests/symbols.c b/tools/perf/tests/symbols.c
> index 2fed6d67f50f..d208105919ed 100644
> --- a/tools/perf/tests/symbols.c
> +++ b/tools/perf/tests/symbols.c
> @@ -85,7 +85,7 @@ static int create_map(struct test_info *ti, char *filename, struct map **map_p)
>  		*map_p = find_module_map(ti->machine, dso);
>  		dso__put(dso);
>  		if (!*map_p) {
> -			pr_debug("Failed to find map for curent kernel module %s",
> +			pr_debug("Failed to find map for current kernel module %s",
>  				 filename);
>  			return TEST_FAIL;
>  		}


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

* Re: [PATCH][next] perf test: Fix spelling mistake "curent" -> "current"
  2024-02-26 10:53 [PATCH][next] perf test: Fix spelling mistake "curent" -> "current" Colin Ian King
  2024-02-26 11:59 ` Adrian Hunter
@ 2024-02-27 17:27 ` Namhyung Kim
  1 sibling, 0 replies; 3+ messages in thread
From: Namhyung Kim @ 2024-02-27 17:27 UTC (permalink / raw)
  To: Mark Rutland, linux-perf-users, Arnaldo Carvalho de Melo,
	Jiri Olsa, Adrian Hunter, Alexander Shishkin, Peter Zijlstra,
	Ingo Molnar, Ian Rogers, Colin Ian King
  Cc: linux-kernel, kernel-janitors

On Mon, 26 Feb 2024 10:53:26 +0000, Colin Ian King wrote:
> There is a spelling mistake in a pr_debug message. Fix it.
> 
> 

Applied to perf-tools-next, thanks!

Best regards,
-- 
Namhyung Kim <namhyung@kernel.org>

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

end of thread, other threads:[~2024-02-27 17:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-26 10:53 [PATCH][next] perf test: Fix spelling mistake "curent" -> "current" Colin Ian King
2024-02-26 11:59 ` Adrian Hunter
2024-02-27 17:27 ` 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).