Skip to content

Commit 4f1a19b

Browse files
ColinIanKingacmel
authored andcommitted
perf test amd ibs: Fix spelling mistake "Asssuming" -> "Assuming"
There is a spelling mistake ina pr_debug message. Fix it. Signed-off-by: Colin Ian King <[email protected]> Cc: Adrian Hunter <[email protected]> Cc: Alexander Shishkin <[email protected]> Cc: Ian Rogers <[email protected]> Cc: Ingo Molnar <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: Kan Liang <[email protected]> Cc: Mark Rutland <[email protected]> Cc: Namhyung Kim <[email protected]> Cc: Peter Zijlstra <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
1 parent c60b7d6 commit 4f1a19b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/perf/arch/x86/tests/amd-ibs-period.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -896,7 +896,7 @@ static unsigned int get_perf_event_max_sample_rate(void)
896896

897897
fp = fopen("/proc/sys/kernel/perf_event_max_sample_rate", "r");
898898
if (!fp) {
899-
pr_debug("Can't open perf_event_max_sample_rate. Asssuming %d\n",
899+
pr_debug("Can't open perf_event_max_sample_rate. Assuming %d\n",
900900
max_sample_rate);
901901
goto out;
902902
}

0 commit comments

Comments
 (0)