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. > > Signed-off-by: Kumari Pallavi <[email protected]> > --- > drivers/misc/fastrpc.c | 77 ++++++++++++++++++++++-------------------- > 1 file changed, 41 insertions(+), 36 deletions(-) > -- With best wishes Dmitry
