Skip to content

Commit

Permalink
dma-api-howto: typo fix
Browse files Browse the repository at this point in the history
Stumbled upon a typo while reading the doc, here's a fix.

Signed-off-by: Michael S. Tsirkin <[email protected]>
Link: https://lore.kernel.org/r/af1505348a67981f63ccff4e3c3d45b686cda43f.1680864874.git.mst@redhat.com
Signed-off-by: Jonathan Corbet <[email protected]>
  • Loading branch information
mstsirkin authored and Jonathan Corbet committed Apr 10, 2023
1 parent 790a6c2 commit 2ca956c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/core-api/dma-api-howto.rst
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ device struct of your device is embedded in the bus-specific device struct of
your device. For example, &pdev->dev is a pointer to the device struct of a
PCI device (pdev is a pointer to the PCI device struct of your device).

These calls usually return zero to indicated your device can perform DMA
These calls usually return zero to indicate your device can perform DMA
properly on the machine given the address mask you provided, but they might
return an error if the mask is too small to be supportable on the given
system. If it returns non-zero, your device cannot perform DMA properly on
Expand Down

0 comments on commit 2ca956c

Please sign in to comment.