Re: [PATCH 5/6] powerpc/prom_init: Fix shellcheck warnings

2025-04-22 Thread Stephen Rothwell
Hi Madhavan, On Tue, 22 Apr 2025 18:40:39 +0530 Madhavan Srinivasan wrote: > > Fix "Double quote to prevent globbing and word splitting." > warning from shellcheck Looks good to me. Reviewed-by: Stephen Rothwell -- Cheers, Stephen Rothwell pgpiFfnobaiO9.pgp Description: OpenPGP digital si

[PATCH 5/6] powerpc/prom_init: Fix shellcheck warnings

2025-04-22 Thread Madhavan Srinivasan
Fix "Double quote to prevent globbing and word splitting." warning from shellcheck Signed-off-by: Madhavan Srinivasan --- arch/powerpc/kernel/prom_init_check.sh | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/arch/powerpc/kernel/prom_init_check.sh b/arch/pow