Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 <colin.i.king@gmail.com>
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Ian Rogers <irogers@google.com>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Kan Liang <kan.liang@linux.intel.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: https://lore.kernel.org/r/20250507082421.188848-1-colin.i.king@gmail.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>

authored by

Colin Ian King and committed by
Arnaldo Carvalho de Melo
4f1a19b8 c60b7d6f

+1 -1
+1 -1
tools/perf/arch/x86/tests/amd-ibs-period.c
··· 896 896 897 897 fp = fopen("/proc/sys/kernel/perf_event_max_sample_rate", "r"); 898 898 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", 900 900 max_sample_rate); 901 901 goto out; 902 902 }