OSDN Git Service

virtio_ring: Fix kernel-doc
authorYang Li <yang.lee@linux.alibaba.com>
Wed, 26 May 2021 03:12:11 +0000 (11:12 +0800)
committerMichael S. Tsirkin <mst@redhat.com>
Sat, 3 Jul 2021 08:50:55 +0000 (04:50 -0400)
commit31c11db6bd93b0c051d2c835da4fa9bba636cfdb
tree9ba2542f7b03aeef3ef5cd73304902d5f2dff944
parentd8f35f41e2b47ec94626dec93b47481d93580bfc
virtio_ring: Fix kernel-doc

Fix function name in virtio_ring.c kernel-doc comment
to remove a warning found by clang_w1.

drivers/virtio/virtio_ring.c:1903: warning: expecting prototype for
virtqueue_get_buf(). Prototype was for virtqueue_get_buf_ctx() instead

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Link: https://lore.kernel.org/r/1621998731-17445-1-git-send-email-yang.lee@linux.alibaba.com
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
drivers/virtio/virtio_ring.c