X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=drivers%2Fdma-buf%2Fdma-buf.c;h=1699a8e309ef0d41d4ce7b8ab54c704b19ad2111;hb=dbf83817315d9ce93b3e5b1c83a167f537245bd8;hp=1ca609f66fdf889027a681c488ec0e425c3d6cdb;hpb=69094c20323c5efff462a2e02d0bb7b6608779ad;p=mirror_ubuntu-hirsute-kernel.git diff --git a/drivers/dma-buf/dma-buf.c b/drivers/dma-buf/dma-buf.c index 1ca609f66fdf..1699a8e309ef 100644 --- a/drivers/dma-buf/dma-buf.c +++ b/drivers/dma-buf/dma-buf.c @@ -158,11 +158,11 @@ static loff_t dma_buf_llseek(struct file *file, loff_t offset, int whence) } /** - * DOC: fence polling + * DOC: implicit fence polling * * To support cross-device and cross-driver synchronization of buffer access - * implicit fences (represented internally in the kernel with &struct fence) can - * be attached to a &dma_buf. The glue for that and a few related things are + * implicit fences (represented internally in the kernel with &struct dma_fence) + * can be attached to a &dma_buf. The glue for that and a few related things are * provided in the &dma_resv structure. * * Userspace can query the state of these implicitly tracked fences using poll()