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 X-Spam-Level: X-Spam-Status: No, score=-18.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4353BC433F5 for ; Thu, 16 Sep 2021 08:13:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 220756108F for ; Thu, 16 Sep 2021 08:13:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234902AbhIPIOh (ORCPT ); Thu, 16 Sep 2021 04:14:37 -0400 Received: from smtp-relay-canonical-0.canonical.com ([185.125.188.120]:44070 "EHLO smtp-relay-canonical-0.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229908AbhIPIOg (ORCPT ); Thu, 16 Sep 2021 04:14:36 -0400 Received: from localhost (1.general.cking.uk.vpn [10.172.193.212]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by smtp-relay-canonical-0.canonical.com (Postfix) with ESMTPSA id 098E83F045; Thu, 16 Sep 2021 08:13:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=canonical.com; s=20210705; t=1631779995; bh=7G1LzZqDywSBFjqaKTOSvBQIcHl8kqxKpUEtrX69ypc=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version:Content-Type; b=X7k65UOn7es9rdKT1/jeK6PyuYC7KiTZp5Bjf7fFaaalNqQpU0FS45PUPw2HwmVna RiUnq2M6LdqQCRs67YO9Tp0hn63JQB1vaGqcaFKevQNSxUtDBOq/rMUOKwczhj8y8I vIDcabVdgNxbR9xjPq4vhZeP6Mun5ebH8X9o6k51CTWygOPkszqkcGMAslvpJ6td5r xwRHrEM5xT4rlbFdGFJgD3lloZ6ZA8hS5fEs9QpoJpFHTTesjQIV1l+rGJuZvHW8iY KshXOmx6lDyu52sTgzEwtX6M+/9nnocEj5SCC7PYaAAymGICNFC/FyluIzpGC5REmj nX6EhXjXxrnKw== From: Colin King To: Peter Zijlstra , Ingo Molnar , Arnaldo Carvalho de Melo , Mark Rutland , Alexander Shishkin , Jiri Olsa , Namhyung Kim , linux-perf-users@vger.kernel.org Cc: kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] perf vendor events: Fix spelling mistake "icach" -> "icache" Date: Thu, 16 Sep 2021 09:13:14 +0100 Message-Id: <20210916081314.41751-1-colin.king@canonical.com> X-Mailer: git-send-email 2.32.0 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: kernel-janitors@vger.kernel.org From: Colin Ian King There is a spelling mistake in the description text, fix it. Signed-off-by: Colin Ian King --- tools/perf/pmu-events/arch/powerpc/power8/other.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/perf/pmu-events/arch/powerpc/power8/other.json b/tools/perf/pmu-events/arch/powerpc/power8/other.json index 84a0cedf1fd9..f1f2965f6775 100644 --- a/tools/perf/pmu-events/arch/powerpc/power8/other.json +++ b/tools/perf/pmu-events/arch/powerpc/power8/other.json @@ -1046,7 +1046,7 @@ { "EventCode": "0x4e010", "EventName": "PM_GCT_NOSLOT_IC_L3MISS", - "BriefDescription": "Gct empty for this thread due to icach l3 miss", + "BriefDescription": "Gct empty for this thread due to icache l3 miss", "PublicDescription": "" }, { -- 2.32.0