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
/scm/linux/kernel/git/powerpc/linux.git next patch link: https://lore.kernel.org/r/20250422131040.374427-5-maddy%40linux.ibm.com patch subject: [PATCH 4/6] powerpc: fix sparse warnings config: powerpc64-randconfig-r053-20250424 (https://download.01.org/0day-ci/archive/20250507/20250507180

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

[PATCH 4/6] powerpc: fix sparse warnings

2025-04-22 Thread Madhavan Srinivasan
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/powerpc/platforms/powernv/opal.c| 2 +- arch/powerpc/platf