Merge tag 'riscv-for-linus-6.1-mw1' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-block.git] / drivers / perf / riscv_pmu_legacy.c
index 7d7131c47bc0b9cbc17fc330f1046550224834ad..ca9e20bfc7acae44381b730bc5a24476f3239d2c 100644 (file)
@@ -71,7 +71,7 @@ static void pmu_legacy_ctr_start(struct perf_event *event, u64 ival)
        local64_set(&hwc->prev_count, initial_val);
 }
 
-/**
+/*
  * This is just a simple implementation to allow legacy implementations
  * compatible with new RISC-V PMU driver framework.
  * This driver only allows reading two counters i.e CYCLE & INSTRET.