diff options
| author | Li RongQing <lirongqing@baidu.com> | 2026-06-29 11:31:46 +0800 |
|---|---|---|
| committer | Michael S. Tsirkin <mst@redhat.com> | 2026-08-19 06:38:45 -0400 |
| commit | 656662dc53e6431fbfabb5f39103cb940838bf82 (patch) | |
| tree | d592a7386774ade0aff8632f3b86677041ebf2e4 /include | |
| parent | 7b411448c668bfab0d0e572cee5a592cea396ce7 (diff) | |
| download | linux-656662dc53e6431fbfabb5f39103cb940838bf82.tar.gz linux-656662dc53e6431fbfabb5f39103cb940838bf82.zip | |
virtio_dma_buf: fix typo in kdoc comment: get_uid -> get_uuid
The @get_uid tag in the virtio_dma_buf_ops kdoc comment is a typo;
the actual field name is get_uuid.
Fixes: a0308938ec81 ("virtio: add dma-buf support for exported objects")
Signed-off-by: Li RongQing <lirongqing@baidu.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Message-ID: <20260629033146.2209-1-lirongqing@baidu.com>
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/virtio_dma_buf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/virtio_dma_buf.h b/include/linux/virtio_dma_buf.h index a2fdf217ac62..545ac5f17a54 100644 --- a/include/linux/virtio_dma_buf.h +++ b/include/linux/virtio_dma_buf.h @@ -17,7 +17,7 @@ * @ops: the base dma_buf_ops. ops.attach MUST be virtio_dma_buf_attach. * @device_attach: [optional] callback invoked by virtio_dma_buf_attach during * all attach operations. - * @get_uid: [required] callback to get the uuid of the exported object. + * @get_uuid: [required] callback to get the uuid of the exported object. */ struct virtio_dma_buf_ops { struct dma_buf_ops ops; |
