Remove the redundant '['.

perf list output before:
  ex_ret_brn
       [[Retired Branch Instructions]

perf list output after:
  ex_ret_brn
       [Retired Branch Instructions]

Signed-off-by: Kim Phillips <kim.phill...@amd.com>
Cc: Janakarajan Natarajan <janakarajan.natara...@amd.com>
Cc: Peter Zijlstra <pet...@infradead.org>
Cc: Ingo Molnar <mi...@redhat.com>
Cc: Arnaldo Carvalho de Melo <a...@kernel.org>
Cc: Alexander Shishkin <alexander.shish...@linux.intel.com>
Cc: Andi Kleen <a...@linux.intel.com>
Cc: Jiri Olsa <jo...@redhat.com>
Cc: Namhyung Kim <namhy...@kernel.org>
Cc: Borislav Petkov <b...@suse.de>
Cc: Martin Liska <mli...@suse.cz>
Cc: Luke Mujica <lukemuj...@google.com>
Cc: Jin Yao <yao....@linux.intel.com>
Cc: Kan Liang <kan.li...@linux.intel.com>
Cc: linux-kernel@vger.kernel.org
Cc: linux-perf-us...@vger.kernel.org
Fixes: 98c07a8f74f8 ("perf vendor events amd: perf PMU events for AMD Family 
17h")
---
 tools/perf/pmu-events/arch/x86/amdfam17h/core.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/perf/pmu-events/arch/x86/amdfam17h/core.json 
b/tools/perf/pmu-events/arch/x86/amdfam17h/core.json
index 7b285b0a7f35..1079544eeed5 100644
--- a/tools/perf/pmu-events/arch/x86/amdfam17h/core.json
+++ b/tools/perf/pmu-events/arch/x86/amdfam17h/core.json
@@ -13,7 +13,7 @@
   {
     "EventName": "ex_ret_brn",
     "EventCode": "0xc2",
-    "BriefDescription": "[Retired Branch Instructions.",
+    "BriefDescription": "Retired Branch Instructions.",
     "PublicDescription": "The number of branch instructions retired. This 
includes all types of architectural control flow changes, including exceptions 
and interrupts."
   },
   {
-- 
2.23.0

Reply via email to