Re: [PATCH v4 05/25] net/ice: match variable name to other drivers

2025-06-03 Thread Bruce Richardson
On Fri, May 30, 2025 at 02:57:01PM +0100, Anatoly Burakov wrote: > Currently, the ice driver has a variable that have the same semantics as > in other drivers, but has a different name. Rename `rx_ring_dma` to > `rx_ring_phys_addr` for consistency with other drivers. > > Signed-off-by: Anatoly Bur

[PATCH v4 05/25] net/ice: match variable name to other drivers

2025-05-30 Thread Anatoly Burakov
Currently, the ice driver has a variable that have the same semantics as in other drivers, but has a different name. Rename `rx_ring_dma` to `rx_ring_phys_addr` for consistency with other drivers. Signed-off-by: Anatoly Burakov --- Notes: v3 -> v4: - Make this commit separate drivers/n