aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/thermal/tmon
diff options
context:
space:
mode:
authorSlark Xiao <slark_xiao@163.com>2022-07-22 18:40:47 +0800
committerDaniel Lezcano <daniel.lezcano@linaro.org>2022-07-28 17:29:52 +0200
commit7a12f9188529d9529704b54ca51d3b6ef4a14094 (patch)
tree8fe81da901bfb102390746e85eacdeb263e95a39 /tools/thermal/tmon
parentthermal/tools/tmon: Include pthread and time headers in tmon.h (diff)
downloadwireguard-linux-7a12f9188529d9529704b54ca51d3b6ef4a14094.tar.xz
wireguard-linux-7a12f9188529d9529704b54ca51d3b6ef4a14094.zip
thermal/tools/tmon: Fix typo 'the the' in comment
Replace 'the the' with 'the' in the comment. Signed-off-by: Slark Xiao <slark_xiao@163.com> Link: https://lore.kernel.org/r/20220722104047.83312-1-slark_xiao@163.com Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Diffstat (limited to 'tools/thermal/tmon')
-rw-r--r--tools/thermal/tmon/pid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/thermal/tmon/pid.c b/tools/thermal/tmon/pid.c
index 296f69c00c57..da20088285bd 100644
--- a/tools/thermal/tmon/pid.c
+++ b/tools/thermal/tmon/pid.c
@@ -27,7 +27,7 @@
/**************************************************************************
* PID (Proportional-Integral-Derivative) controller is commonly used in
- * linear control system, consider the the process.
+ * linear control system, consider the process.
* G(s) = U(s)/E(s)
* kp = proportional gain
* ki = integral gain