Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dma-api-howto: typo fix

Stumbled upon a typo while reading the doc, here's a fix.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Link: https://lore.kernel.org/r/af1505348a67981f63ccff4e3c3d45b686cda43f.1680864874.git.mst@redhat.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Michael S. Tsirkin and committed by
Jonathan Corbet
2ca956cf 790a6c21

+1 -1
+1 -1
Documentation/core-api/dma-api-howto.rst
··· 185 185 your device. For example, &pdev->dev is a pointer to the device struct of a 186 186 PCI device (pdev is a pointer to the PCI device struct of your device). 187 187 188 - These calls usually return zero to indicated your device can perform DMA 188 + These calls usually return zero to indicate your device can perform DMA 189 189 properly on the machine given the address mask you provided, but they might 190 190 return an error if the mask is too small to be supportable on the given 191 191 system. If it returns non-zero, your device cannot perform DMA properly on