2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-17 17:53:56 +08:00

powercap: fix typo in a comment in idle_inject.c

Drop superfluous "the" from the comment in line 15.

Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
[ rjw: Subject edit, new changelog ]
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:
Jason Wang 2021-12-12 11:06:40 +08:00 committed by Rafael J. Wysocki
parent 931da6a0de
commit 86ffed3de3

View File

@ -12,7 +12,7 @@
* *
* All of the kthreads used for idle injection are created at init time. * 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 * its register function. The kthreads will be synchronized with respect to
* this cpumask. * this cpumask.
* *