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 E587EC00528 for ; Thu, 3 Aug 2023 20:45:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232126AbjHCUpG (ORCPT ); Thu, 3 Aug 2023 16:45:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52618 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230330AbjHCUpF (ORCPT ); Thu, 3 Aug 2023 16:45:05 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B661030EA; Thu, 3 Aug 2023 13:45:04 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 487AF61EAF; Thu, 3 Aug 2023 20:45:04 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6E650C433C8; Thu, 3 Aug 2023 20:45:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1691095503; bh=UXQA6Sp9+nMzLruVQvdX9wDbmeN6Do6qtEMNu/DE6z0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=piuUAmY1whkLscSpXc/ecQ8BF+bGTHOGX80qiBdapzrA+Bp6pea2GgyjsjrO3iaSL W7inX5fZDlClWalQXBHohsJ1aNrw9Whlep2P1KaA6K0lAexF0S3JSZDr6YU0zsl03N d7t04VvFvVGiFqNIYCXTbUD/QClspQch/oDS4KDivyBEk6PjfvftNfp+STUjiXf5S0 FF3nETvU7uUF4kMuEbb1OmY4t8wBKmD8yOFTy3Yy8Uyn8OdjTGnNh74vbN++jdzm1d IbodNSFFZ+r91a2NHwzltgo4IDM+iUaneWm3x/NigJi07dpdk11SxVzsUR3CWTe7Ww mslOqRW5y3jyQ== Received: by quaco.ghostprotocols.net (Postfix, from userid 1000) id 15BA1404DF; Thu, 3 Aug 2023 17:45:01 -0300 (-03) Date: Thu, 3 Aug 2023 17:45:01 -0300 From: Arnaldo Carvalho de Melo To: Manank Patel Cc: Peter Zijlstra , Ingo Molnar , Mark Rutland , Alexander Shishkin , Jiri Olsa , Namhyung Kim , Ian Rogers , Adrian Hunter , Maxime Coquelin , Alexandre Torgue , linux-perf-users@vger.kernel.org, linux-kernel@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org, Jens Schleusener Subject: Re: [PATCH] tools: perf: pmu-events: Fix typo poiint->point Message-ID: References: <20230803-fix-typo-v1-1-b794378d594e@manank.me> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230803-fix-typo-v1-1-b794378d594e@manank.me> X-Url: http://acmel.wordpress.com Precedence: bulk List-ID: X-Mailing-List: linux-perf-users@vger.kernel.org Em Thu, Aug 03, 2023 at 11:27:30AM +0530, Manank Patel escreveu: > Fix typo in file floating-point.json in /arch/x86/westmereep-dp AFAIK these are generated using a tool, so the fix needs to go to the file from where the JSON files are generated, Ian? - Arnaldo > Reported-by: Jens Schleusener > Link: https://bugzilla.kernel.org/show_bug.cgi?id=205891 > Signed-off-by: Manank Patel > --- > tools/perf/pmu-events/arch/x86/westmereep-dp/floating-point.json | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tools/perf/pmu-events/arch/x86/westmereep-dp/floating-point.json b/tools/perf/pmu-events/arch/x86/westmereep-dp/floating-point.json > index c03f8990fa82..196ae1d9b157 100644 > --- a/tools/perf/pmu-events/arch/x86/westmereep-dp/floating-point.json > +++ b/tools/perf/pmu-events/arch/x86/westmereep-dp/floating-point.json > @@ -8,7 +8,7 @@ > "UMask": "0x1" > }, > { > - "BriefDescription": "X87 Floating poiint assists for invalid input value (Precise Event)", > + "BriefDescription": "X87 Floating point assists for invalid input value (Precise Event)", > "EventCode": "0xF7", > "EventName": "FP_ASSIST.INPUT", > "PEBS": "1", > > --- > base-commit: 5d0c230f1de8c7515b6567d9afba1f196fb4e2f4 > change-id: 20230803-fix-typo-3cb207284310 > > Best regards, > -- > Manank Patel > -- - Arnaldo