From: Jason Wang Date: Sun, 12 Dec 2021 03:06:40 +0000 (+0800) Subject: powercap: fix typo in a comment in idle_inject.c X-Git-Tag: v5.17-rc1~167^2^4^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=86ffed3de3acbc6e292870ea04dfa1102521a051;p=thirdparty%2Fkernel%2Flinux.git powercap: fix typo in a comment in idle_inject.c Drop superfluous "the" from the comment in line 15. Signed-off-by: Jason Wang [ rjw: Subject edit, new changelog ] Signed-off-by: Rafael J. Wysocki --- diff --git a/drivers/powercap/idle_inject.c b/drivers/powercap/idle_inject.c index 6e1a0043c4110..a20bf12f3ce31 100644 --- a/drivers/powercap/idle_inject.c +++ b/drivers/powercap/idle_inject.c @@ -12,7 +12,7 @@ * * All of the kthreads used for idle injection are created at init time. * - * Next, the users of the the idle injection framework provide a cpumask via + * Next, the users of the idle injection framework provide a cpumask via * its register function. The kthreads will be synchronized with respect to * this cpumask. *