mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 04:34:03 +02:00
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: a0308938ec ("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>
This commit is contained in:
parent
7b411448c6
commit
656662dc53
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user