[PATCH] perf vendor events powerpc: Fix spelling mistake "fpr" -> "for"

Colin Ian King posted 1 patch 2 years, 9 months ago
tools/perf/pmu-events/arch/powerpc/power8/other.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] perf vendor events powerpc: Fix spelling mistake "fpr" -> "for"
Posted by Colin Ian King 2 years, 9 months ago
There is a spelling mistake in the description text. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
 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 f1f2965f6775..6de8c472ec99 100644
--- a/tools/perf/pmu-events/arch/powerpc/power8/other.json
+++ b/tools/perf/pmu-events/arch/powerpc/power8/other.json
@@ -2996,7 +2996,7 @@
   {
     "EventCode": "0x308e",
     "EventName": "PM_SWAP_COMPLETE_GPR",
-    "BriefDescription": "swap cast in completed fpr gpr",
+    "BriefDescription": "swap cast in completed for gpr",
     "PublicDescription": ""
   },
   {
-- 
2.38.1
Re: [PATCH] perf vendor events powerpc: Fix spelling mistake "fpr" -> "for"
Posted by Arnaldo Carvalho de Melo 2 years, 9 months ago
Em Wed, Dec 07, 2022 at 01:56:45PM +0000, Colin Ian King escreveu:
> There is a spelling mistake in the description text. Fix it.

Sandipan,

	Is this generated from some other file? Or can I apply this one?

- Arnaldo
 
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
> ---
>  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 f1f2965f6775..6de8c472ec99 100644
> --- a/tools/perf/pmu-events/arch/powerpc/power8/other.json
> +++ b/tools/perf/pmu-events/arch/powerpc/power8/other.json
> @@ -2996,7 +2996,7 @@
>    {
>      "EventCode": "0x308e",
>      "EventName": "PM_SWAP_COMPLETE_GPR",
> -    "BriefDescription": "swap cast in completed fpr gpr",
> +    "BriefDescription": "swap cast in completed for gpr",
>      "PublicDescription": ""
>    },
>    {
> -- 
> 2.38.1

-- 

- Arnaldo