* [PATCH][next] perf test amd ibs: Fix spelling mistake "Asssuming" -> "Assuming"
@ 2025-05-07 8:24 Colin Ian King
0 siblings, 0 replies; only message in thread
From: Colin Ian King @ 2025-05-07 8:24 UTC (permalink / raw)
To: Peter Zijlstra, Ingo Molnar, Namhyung Kim, Mark Rutland,
Alexander Shishkin, Jiri Olsa, Ian Rogers, Adrian Hunter,
kan.liang, linux-perf-users
Cc: kernel-janitors, linux-kernel
There is a spelling mistake ina pr_debug message. Fix it.
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
tools/perf/arch/x86/tests/amd-ibs-period.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/perf/arch/x86/tests/amd-ibs-period.c b/tools/perf/arch/x86/tests/amd-ibs-period.c
index a198434da9b5..7c77d86f369d 100644
--- a/tools/perf/arch/x86/tests/amd-ibs-period.c
+++ b/tools/perf/arch/x86/tests/amd-ibs-period.c
@@ -896,7 +896,7 @@ static unsigned int get_perf_event_max_sample_rate(void)
fp = fopen("/proc/sys/kernel/perf_event_max_sample_rate", "r");
if (!fp) {
- pr_debug("Can't open perf_event_max_sample_rate. Asssuming %d\n",
+ pr_debug("Can't open perf_event_max_sample_rate. Assuming %d\n",
max_sample_rate);
goto out;
}
--
2.49.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2025-05-07 8:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-07 8:24 [PATCH][next] perf test amd ibs: Fix spelling mistake "Asssuming" -> "Assuming" Colin Ian King
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).