virtio_net: remove the misleading comment
authorXuan Zhuo <xuanzhuo@linux.alibaba.com>
Sat, 11 May 2024 03:14:04 +0000 (11:14 +0800)
committerJakub Kicinski <kuba@kernel.org>
Tue, 14 May 2024 00:07:41 +0000 (17:07 -0700)
commit9719f039d3287e70e6f0b6368dba5b112d152a8f
tree7ecafb3eab128aca309e94fcc6187f744f531e94
parentdefd28aa5acb0fd7c15adc6bc40a8ac277d04dea
virtio_net: remove the misleading comment

We call the build_skb() actually without copying data.
The comment is misleading. So remove it.

Signed-off-by: Xuan Zhuo <xuanzhuo@linux.alibaba.com>
Acked-by: Jason Wang <jasowang@redhat.com>
Link: https://lore.kernel.org/r/20240511031404.30903-5-xuanzhuo@linux.alibaba.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/virtio_net.c