]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
powercap: fix typo in a comment in idle_inject.c
authorJason Wang <wangborong@cdjrlc.com>
Sun, 12 Dec 2021 03:06:40 +0000 (11:06 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 17 Dec 2021 15:30:19 +0000 (16:30 +0100)
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>
drivers/powercap/idle_inject.c

index 6e1a0043c41104665d7da13fdbffce74e0065006..a20bf12f3ce31a670e0a8960342fefa529fc5a22 100644 (file)
@@ -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.
  *