From: Julia Lawall Date: Sat, 21 May 2022 11:11:17 +0000 (+0200) Subject: perf/arm-cci: fix typo in comment X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=9ba86a4746351424cb9aa8fdd2dd5f9f899df461;p=linux.git perf/arm-cci: fix typo in comment Spelling mistake (triple letters) in comment. Detected with the help of Coccinelle. Signed-off-by: Julia Lawall Link: https://lore.kernel.org/r/20220521111145.81697-67-Julia.Lawall@inria.fr Signed-off-by: Will Deacon --- diff --git a/drivers/perf/arm-cci.c b/drivers/perf/arm-cci.c index 96e09fa409095..16a272c8d4b39 100644 --- a/drivers/perf/arm-cci.c +++ b/drivers/perf/arm-cci.c @@ -1139,7 +1139,7 @@ static void cci_pmu_start(struct perf_event *event, int pmu_flags) /* * To handle interrupt latency, we always reprogram the period - * regardlesss of PERF_EF_RELOAD. + * regardless of PERF_EF_RELOAD. */ if (pmu_flags & PERF_EF_RELOAD) WARN_ON_ONCE(!(hwc->state & PERF_HES_UPTODATE));