Re: [PATCH v5 2/4] misc: fastrpc: Rename phys to dma_addr for clarity
From: Kumari Pallavi
Date: Mon Dec 08 2025 - 02:08:43 EST
On 12/6/2025 7:56 AM, Dmitry Baryshkov wrote:
On Tue, Dec 02, 2025 at 11:36:26AM +0530, Kumari Pallavi wrote:
Update all references of buf->phys and map->phys to buf->dma_addr and
map->dma_addr to accurately represent that these fields store DMA
addresses, not physical addresses. This change improves code clarity
and aligns with kernel conventions for dma_addr_t usage.
Please _start_ by describing the problem or the issue the patch is
trying to solve.
ACK
Thanks,
Pallavi
Signed-off-by: Kumari Pallavi <kumari.pallavi@xxxxxxxxxxxxxxxx>
---
drivers/misc/fastrpc.c | 77 ++++++++++++++++++++++--------------------
1 file changed, 41 insertions(+), 36 deletions(-)