Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
[linux-2.6-microblaze.git] / include / linux / perf_event.h
index 05253af..e85cd1c 100644 (file)
@@ -444,7 +444,8 @@ struct pmu {
 
        /*
         * Will return the value for perf_event_mmap_page::index for this event,
-        * if no implementation is provided it will default to: event->hw.idx + 1.
+        * if no implementation is provided it will default to 0 (see
+        * perf_event_idx_default).
         */
        int (*event_idx)                (struct perf_event *event); /*optional */