Re: [v3 01/10] bus/dpaa: avoid using same structure and variable name

2025-07-01 Thread Stephen Hemminger
On Tue, 10 Jun 2025 14:44:02 +0530 vanshika.shu...@nxp.com wrote: > From: Hemant Agrawal > > rte_dpaa_bus was being used as structure and variable name both. > > Signed-off-by: Jun Yang > Signed-off-by: Hemant Agrawal > --- NAK Since rte_bus_pci has same type and name, there is no point in c

[v3 01/10] bus/dpaa: avoid using same structure and variable name

2025-06-10 Thread vanshika . shukla
From: Hemant Agrawal rte_dpaa_bus was being used as structure and variable name both. Signed-off-by: Jun Yang Signed-off-by: Hemant Agrawal --- drivers/bus/dpaa/dpaa_bus.c | 56 ++--- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/drivers/bus/d