Skip to content

Commit 2ca956c

Browse files
mstsirkinJonathan Corbet
authored andcommitted
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>
1 parent 790a6c2 commit 2ca956c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Documentation/core-api/dma-api-howto.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ device struct of your device is embedded in the bus-specific device struct of
185185
your device. For example, &pdev->dev is a pointer to the device struct of a
186186
PCI device (pdev is a pointer to the PCI device struct of your device).
187187

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
189189
properly on the machine given the address mask you provided, but they might
190190
return an error if the mask is too small to be supportable on the given
191191
system. If it returns non-zero, your device cannot perform DMA properly on

0 commit comments

Comments
 (0)