perf: Fix wrong comment about default event_idx
authorAlexandre Ghiti <alexghiti@rivosinc.com>
Wed, 2 Aug 2023 08:03:19 +0000 (10:03 +0200)
committerPalmer Dabbelt <palmer@rivosinc.com>
Wed, 16 Aug 2023 14:28:15 +0000 (07:28 -0700)
commit366d259ff597e81d90639ae21269b3f82cd4ebb7
tree3f8919efcf0ba899eeb6e91d05234cfa94bca5d0
parent06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5
perf: Fix wrong comment about default event_idx

Since commit c719f56092ad ("perf: Fix and clean up initialization of
pmu::event_idx"), event_idx default implementation has returned 0, not
idx + 1, so fix the comment that can be misleading.

Signed-off-by: Alexandre Ghiti <alexghiti@rivosinc.com>
Reviewed-by: Andrew Jones <ajones@ventanamicro.com>
Reviewed-by: Atish Patra <atishp@rivosinc.com>
include/linux/perf_event.h