Re: [PATCH] dma: Fix dma_memory_map/dma_memory_unmap documentation

2024-10-08 Thread Peter Maydell
On Tue, 8 Oct 2024 at 07:54, Akihiko Odaki wrote: > > Ensure the function names match. > > Signed-off-by: Akihiko Odaki > --- > include/sysemu/dma.h | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) > > diff --git a/include/sysemu/dma.h b/include/sysemu/dma.h > index a1ac5bc1b543..e13

[PATCH] dma: Fix dma_memory_map/dma_memory_unmap documentation

2024-10-07 Thread Akihiko Odaki
Ensure the function names match. Signed-off-by: Akihiko Odaki --- include/sysemu/dma.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/include/sysemu/dma.h b/include/sysemu/dma.h index a1ac5bc1b543..e132ece4510d 100644 --- a/include/sysemu/dma.h +++ b/include/sysemu/dma.