qlcnic: update outdated comment

The function pci_unmap_page() was a compatibility wrapper around
dma_unmap_page(), and was removed by commit 7968778914 ("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>
This commit is contained in:
Kexin Sun 2026-03-11 21:30:11 +08:00 committed by Jakub Kicinski
parent 08dc30de1a
commit 886d56099d

View File

@ -354,7 +354,7 @@ struct qlcnic_skb_frag {
/*
* There will be one qlcnic_buffer per skb packet. These will be
* used to save the dma info for pci_unmap_page()
* used to save the dma info for dma_unmap_page()
*/
struct qlcnic_cmd_buffer {
struct sk_buff *skb;