Commit 86ffed3d authored by Jason Wang's avatar Jason Wang Committed by Rafael J. Wysocki
Browse files

powercap: fix typo in a comment in idle_inject.c



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

Signed-off-by: default avatarJason Wang <wangborong@cdjrlc.com>
[ rjw: Subject edit, new changelog ]
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent 931da6a0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.
 *