mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 09:04:39 +02:00
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:
parent
08dc30de1a
commit
886d56099d
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user