From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id B4718C43334 for ; Fri, 22 Jul 2022 10:39:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234308AbiGVKjJ (ORCPT ); Fri, 22 Jul 2022 06:39:09 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47252 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229762AbiGVKjF (ORCPT ); Fri, 22 Jul 2022 06:39:05 -0400 Received: from mail-m971.mail.163.com (mail-m971.mail.163.com [123.126.97.1]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id B1CF2BA25E for ; Fri, 22 Jul 2022 03:39:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=163.com; s=s110527; h=From:Subject:Date:Message-Id:MIME-Version; bh=fqUdU Xy2Zl+4byASQwJhIwAl4pdCqQHryxYw/Ms9mSA=; b=Eyi2/WQ/ALILiYaCIRo7r tayd+7/VtyhuOpsjAtL9H9/HWu0rrejwTPbX1JHzV3AVxJ8fC1reheSmlhjsSEzL vPXQBdahfO4gNSecwVW8HYXcP/IRy1I/voeRZVU0DOthXnA0L/dHp/zVtnRym4Q1 B2T7p+Nxk030xcBC7CzPFg= Received: from localhost.localdomain (unknown [112.97.59.29]) by smtp1 (Coremail) with SMTP id GdxpCgA3VsZAftpiwt0xPw--.1381S2; Fri, 22 Jul 2022 18:38:57 +0800 (CST) From: Slark Xiao To: lenb@kernel.org Cc: linux-kernel@vger.kernel.org, Slark Xiao Subject: [PATCH] tools/power: Fix typo 'the the' in comment Date: Fri, 22 Jul 2022 18:38:55 +0800 Message-Id: <20220722103855.83049-1-slark_xiao@163.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-CM-TRANSID: GdxpCgA3VsZAftpiwt0xPw--.1381S2 X-Coremail-Antispam: 1Uf129KBjvdXoWrZFWUXFW7CF4xWFW7uF1UAwb_yoW3Jrc_Wa 4xtw18KrWrX340kF1vkry7uFyxWayxWr4DJF13Cry7Z3WktanYya4UGrZrA3W5ur4Ut39r uryDJFs8Z3WfKjkaLaAFLSUrUUUUUb8apTn2vfkv8UJUUUU8Yxn0WfASr-VFAUDa7-sFnT 9fnUUvcSsGvfC2KfnxnUUI43ZEXa7sREJ3kDUUUUU== X-Originating-IP: [112.97.59.29] X-CM-SenderInfo: xvod2y5b0lt0i6rwjhhfrp/xtbCdQlGZGBbEb4EsAAAs+ Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Replace 'the the' with 'the' in the comment. Signed-off-by: Slark Xiao --- tools/power/x86/turbostat/turbostat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/power/x86/turbostat/turbostat.c b/tools/power/x86/turbostat/turbostat.c index ede31a4287a0..ad4c9b79c051 100644 --- a/tools/power/x86/turbostat/turbostat.c +++ b/tools/power/x86/turbostat/turbostat.c @@ -5398,7 +5398,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) -- 2.25.1