projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0cf51bf
)
thermal/tools/tmon: Fix typo 'the the' in comment
author
Slark Xiao
<slark_xiao@163.com>
Fri, 22 Jul 2022 10:40:47 +0000
(18:40 +0800)
committer
Daniel Lezcano
<daniel.lezcano@linaro.org>
Thu, 28 Jul 2022 15:29:52 +0000
(17:29 +0200)
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>
tools/thermal/tmon/pid.c
patch
|
blob
|
history
diff --git
a/tools/thermal/tmon/pid.c
b/tools/thermal/tmon/pid.c
index 296f69c00c57ac26f2360e84fe95dabd575570a3..da20088285bd31de2e3b230da6bdb054b74be232 100644
(file)
--- 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