public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] qlcnic: update outdated comment
@ 2026-03-11 13:30 Kexin Sun
  2026-03-13  2:50 ` patchwork-bot+netdevbpf
  0 siblings, 1 reply; 2+ messages in thread
From: Kexin Sun @ 2026-03-11 13:30 UTC (permalink / raw)
  To: shshaikh, manishc, GR-Linux-NIC-Dev, netdev
  Cc: andrew+netdev, davem, edumazet, kuba, pabeni, linux-kernel,
	julia.lawall, xutong.ma, yunbolyu, ratnadiraw, Kexin Sun

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>
---
 drivers/net/ethernet/qlogic/qlcnic/qlcnic.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ethernet/qlogic/qlcnic/qlcnic.h b/drivers/net/ethernet/qlogic/qlcnic/qlcnic.h
index 3d0b5cd978cb..d7c8fadb49de 100644
--- a/drivers/net/ethernet/qlogic/qlcnic/qlcnic.h
+++ b/drivers/net/ethernet/qlogic/qlcnic/qlcnic.h
@@ -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;
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] qlcnic: update outdated comment
  2026-03-11 13:30 [PATCH] qlcnic: update outdated comment Kexin Sun
@ 2026-03-13  2:50 ` patchwork-bot+netdevbpf
  0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+netdevbpf @ 2026-03-13  2:50 UTC (permalink / raw)
  To: Kexin Sun
  Cc: shshaikh, manishc, GR-Linux-NIC-Dev, netdev, andrew+netdev, davem,
	edumazet, kuba, pabeni, linux-kernel, julia.lawall, xutong.ma,
	yunbolyu, ratnadiraw

Hello:

This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Wed, 11 Mar 2026 21:30:11 +0800 you wrote:
> 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>
> 
> [...]

Here is the summary with links:
  - qlcnic: update outdated comment
    https://git.kernel.org/netdev/net-next/c/886d56099d94

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-03-13  2:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-11 13:30 [PATCH] qlcnic: update outdated comment Kexin Sun
2026-03-13  2:50 ` patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox