]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
parisc: update outdated comments for renamed ccio_alloc_consistent()
authorKexin Sun <kexinsun@smail.nju.edu.cn>
Sat, 21 Mar 2026 10:58:31 +0000 (18:58 +0800)
committerHelge Deller <deller@gmx.de>
Fri, 17 Apr 2026 09:32:46 +0000 (11:32 +0200)
commit0b6c8e21157fb6dfa35163fdfe5c10387bcc6c41
treed12e1f120e2a901845f1c7ecf38267a05ae60be4
parent43cfbdda5af60ffc6272a7b8c5c37d1d0a181ca9
parisc: update outdated comments for renamed ccio_alloc_consistent()

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 <kexinsun@smail.nju.edu.cn>
Signed-off-by: Helge Deller <deller@gmx.de>
drivers/parisc/ccio-dma.c