From: Slark Xiao Date: Fri, 22 Jul 2022 10:40:47 +0000 (+0800) Subject: thermal/tools/tmon: Fix typo 'the the' in comment X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=7a12f9188529d9529704b54ca51d3b6ef4a14094;p=linux.git thermal/tools/tmon: Fix typo 'the the' in comment Replace 'the the' with 'the' in the comment. Signed-off-by: Slark Xiao Link: https://lore.kernel.org/r/20220722104047.83312-1-slark_xiao@163.com Signed-off-by: Daniel Lezcano --- diff --git a/tools/thermal/tmon/pid.c b/tools/thermal/tmon/pid.c index 296f69c00c57a..da20088285bd3 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