Re: [PATCH] parisc: update outdated comments for renamed ccio_alloc_consistent()
Helge Deller <[email protected]>
| Newsgroups | org.kernel.vger.linux-parisc |
|---|---|
| Message-ID | <[email protected]> |
On 3/21/26 11:58, Kexin Sun wrote:
> The function ccio_alloc_consistent() was renamed to
> ccio_alloc() by commit 79387179e2e4 ("parisc: convert to
> dma_map_ops"). Update the three stale references in
> ccio-dma.c.
>
> Also replace the obsolete PCI_DMA_TODEVICE constant name
> with DMA_TO_DEVICE in a nearby comment to match the code.
>
> Assisted-by: unnamed:deepseek-v3.2 coccinelle
> Signed-off-by: Kexin Sun <[email protected]>
> ---
> drivers/parisc/ccio-dma.c | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
applied.
Thanks!
Helge