aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/powercap
diff options
context:
space:
mode:
authorJason Wang <wangborong@cdjrlc.com>2021-12-12 11:06:40 +0800
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2021-12-17 16:30:19 +0100
commit86ffed3de3acbc6e292870ea04dfa1102521a051 (patch)
tree3bc53fc426c96b6f51c33003ddddf1ea5cf680ad /drivers/powercap
parentpowercap: intel_rapl: support new layout of Psys PowerLimit Register on SPR (diff)
downloadwireguard-linux-86ffed3de3acbc6e292870ea04dfa1102521a051.tar.xz
wireguard-linux-86ffed3de3acbc6e292870ea04dfa1102521a051.zip
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>
Diffstat (limited to 'drivers/powercap')
-rw-r--r--drivers/powercap/idle_inject.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/powercap/idle_inject.c b/drivers/powercap/idle_inject.c
index 6e1a0043c411..a20bf12f3ce3 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.
*