Re: [PATCH 3/6] powerpc/perf:make isa207_pmu_format_group struct static

2025-05-07 Thread kernel test robot
/scm/linux/kernel/git/powerpc/linux.git next patch link: https://lore.kernel.org/r/20250422131040.374427-4-maddy%40linux.ibm.com patch subject: [PATCH 3/6] powerpc/perf:make isa207_pmu_format_group struct static config: powerpc64-randconfig-002-20250424 (https://download.01.org/0day-ci/archiv

[PATCH 3/6] powerpc/perf:make isa207_pmu_format_group struct static

2025-04-22 Thread Madhavan Srinivasan
isa207_pmu_format_group struct is local to the source and does not need to be in global scope, so make it static Cleans up sparse warning: arch/powerpc/perf/isa207-common.c:40:30: warning: symbol 'isa207_pmu_format_group' was not declared. Should it be static? Signed-off-by: Madhavan Srinivasan