Re: [PATCH v4 03/10] net: eth: altera: fix altera_dmaops declaration

2020-07-23 Thread Thor Thayer
On 7/8/20 2:23 AM, Ooi, Joyce wrote: From: Dalon Westergreen The declaration of struct altera_dmaops does not have identifier names. Add identifier names to confrom with required coding styles. Signed-off-by: Dalon Westergreen Signed-off-by: Joyce Ooi --- v2: no change v3: no change v4: no

[PATCH v4 03/10] net: eth: altera: fix altera_dmaops declaration

2020-07-08 Thread Ooi, Joyce
From: Dalon Westergreen The declaration of struct altera_dmaops does not have identifier names. Add identifier names to confrom with required coding styles. Signed-off-by: Dalon Westergreen Signed-off-by: Joyce Ooi --- v2: no change v3: no change v4: no change --- drivers/net/ethernet/altera