Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

qlcnic: update outdated comment

The function pci_unmap_page() was a compatibility wrapper around
dma_unmap_page(), and was removed by commit 7968778914e5 ("PCI:
Remove the deprecated pci-dma-compat.h API"). Update the comment
accordingly.

Assisted-by: unnamed:deepseek-v3.2 coccinelle
Signed-off-by: Kexin Sun <kexinsun@smail.nju.edu.cn>
Link: https://patch.msgid.link/20260311133012.519-1-kexinsun@smail.nju.edu.cn
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Kexin Sun and committed by
Jakub Kicinski
886d5609 08dc30de

+1 -1
+1 -1
drivers/net/ethernet/qlogic/qlcnic/qlcnic.h
··· 354 354 355 355 /* 356 356 * There will be one qlcnic_buffer per skb packet. These will be 357 - * used to save the dma info for pci_unmap_page() 357 + * used to save the dma info for dma_unmap_page() 358 358 */ 359 359 struct qlcnic_cmd_buffer { 360 360 struct sk_buff *skb;