From f70575805708cabdedea7498aaa3f710fde4d920 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Wed, 31 Jan 2024 03:29:01 +0000 Subject: [PATCH] add lvds1024*800 --- kernel/arch/x86/events/intel/p4.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/kernel/arch/x86/events/intel/p4.c b/kernel/arch/x86/events/intel/p4.c index 4f9ac72..a4cc660 100644 --- a/kernel/arch/x86/events/intel/p4.c +++ b/kernel/arch/x86/events/intel/p4.c @@ -1260,7 +1260,7 @@ } /* * Perf does test runs to see if a whole group can be assigned - * together succesfully. There can be multiple rounds of this. + * together successfully. There can be multiple rounds of this. * Unfortunately, p4_pmu_swap_config_ts touches the hwc->config * bits, such that the next round of group assignments will * cause the above p4_should_swap_ts to pass instead of fail. -- Gitblit v1.6.2