aboutsummaryrefslogtreecommitdiffstats
path: root/tools/power/x86/turbostat/turbostat.c
diff options
context:
space:
mode:
authorJiang Jian <jiangjian@cdjrlc.com>2022-06-21 16:16:17 +0800
committerLen Brown <len.brown@intel.com>2022-07-28 14:36:56 -0400
commit2db0e5eb9c4843cde76bb118750369ef231254e8 (patch)
treef84f8a98e92d81c2100cbeb296f2d1b5eeacc7cb /tools/power/x86/turbostat/turbostat.c
parenttools/power turbostat: Support RAPTORLAKE P (diff)
downloadlinux-dev-2db0e5eb9c4843cde76bb118750369ef231254e8.tar.xz
linux-dev-2db0e5eb9c4843cde76bb118750369ef231254e8.zip
tools/power turbosstat: fix comment
remove duplicate "the" in comment Signed-off-by: Jiang Jian <jiangjian@cdjrlc.com> Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to '')
-rw-r--r--tools/power/x86/turbostat/turbostat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/power/x86/turbostat/turbostat.c b/tools/power/x86/turbostat/turbostat.c
index 65dc7cd6e853..089711e20416 100644
--- a/tools/power/x86/turbostat/turbostat.c
+++ b/tools/power/x86/turbostat/turbostat.c
@@ -5456,7 +5456,7 @@ void print_dev_latency(void)
}
/*
- * Linux-perf manages the the HW instructions-retired counter
+ * Linux-perf manages the HW instructions-retired counter
* by enabling when requested, and hiding rollover
*/
void linux_perf_init(void)