Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

drivers/perf: arm_dsu_pmu: Remove kerneldoc-style comment syntax

For some reason, the Arm DSU PMU driver uses kerneldoc-style comment
syntax (i.e. /** ) for non-kerneldoc comments. This makes the robots
very angry indeed, so just revert these to normal comments to stop
the noise.

Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202312092000.8ltwotjt-lkp@intel.com/
Signed-off-by: Will Deacon <will@kernel.org>

+3 -3
+3 -3
drivers/perf/arm_dsu_pmu.c
··· 371 371 return __dsu_pmu_get_reset_overflow(); 372 372 } 373 373 374 - /** 374 + /* 375 375 * dsu_pmu_set_event_period: Set the period for the counter. 376 376 * 377 377 * All DSU PMU event counters, except the cycle counter are 32bit ··· 602 602 return dsu_pmu; 603 603 } 604 604 605 - /** 605 + /* 606 606 * dsu_pmu_dt_get_cpus: Get the list of CPUs in the cluster 607 607 * from device tree. 608 608 */ ··· 632 632 return 0; 633 633 } 634 634 635 - /** 635 + /* 636 636 * dsu_pmu_acpi_get_cpus: Get the list of CPUs in the cluster 637 637 * from ACPI. 638 638 */