Re: [PATCH 4/6] powerpc: fix sparse warnings

2025-05-17 Thread Madhavan Srinivasan
On 5/2/25 3:46 PM, Christophe Leroy wrote: > > > Le 22/04/2025 à 15:10, Madhavan Srinivasan a écrit : >> structs are local to the source and does not need to >> be in global scope, so make it static. >> >> Signed-off-by: Madhavan Srinivasan >> --- >>   arch/powerpc/kernel/btext.c 

Re: [PATCH 4/6] powerpc: fix sparse warnings

2025-05-07 Thread kernel test robot
Hi Madhavan, kernel test robot noticed the following build warnings: [auto build test WARNING on powerpc/next] [also build test WARNING on powerpc/fixes powerpc/topic/ppc-kvm linus/master v6.15-rc5 next-20250507] [If your patch is applied to the wrong git tree, kindly drop us a note. And when su

Re: [PATCH 4/6] powerpc: fix sparse warnings

2025-05-02 Thread Christophe Leroy
Le 22/04/2025 à 15:10, Madhavan Srinivasan a écrit : structs are local to the source and does not need to be in global scope, so make it static. Signed-off-by: Madhavan Srinivasan --- arch/powerpc/kernel/btext.c | 2 +- arch/powerpc/kernel/setup-common.c | 2 +- arch/p