mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] dma-api-howto: typo fix
@ 2023-04-07 10:54 Michael S. Tsirkin
  2023-04-10 22:20 ` Jonathan Corbet
  0 siblings, 1 reply; 2+ messages in thread
From: Michael S. Tsirkin @ 2023-04-07 10:54 UTC (permalink / raw)
  To: linux-kernel; +Cc: Jonathan Corbet, linux-doc

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

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
---
 Documentation/core-api/dma-api-howto.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/core-api/dma-api-howto.rst b/Documentation/core-api/dma-api-howto.rst
index 828846804e25..72f6cdb6be1c 100644
--- a/Documentation/core-api/dma-api-howto.rst
+++ b/Documentation/core-api/dma-api-howto.rst
@@ -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
-- 
MST


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] dma-api-howto: typo fix
  2023-04-07 10:54 [PATCH] dma-api-howto: typo fix Michael S. Tsirkin
@ 2023-04-10 22:20 ` Jonathan Corbet
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Corbet @ 2023-04-10 22:20 UTC (permalink / raw)
  To: Michael S. Tsirkin, linux-kernel; +Cc: linux-doc

"Michael S. Tsirkin" <mst@redhat.com> writes:

> Stumbled upon a typo while reading the doc, here's a fix.
>
> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
> ---
>  Documentation/core-api/dma-api-howto.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/core-api/dma-api-howto.rst b/Documentation/core-api/dma-api-howto.rst
> index 828846804e25..72f6cdb6be1c 100644
> --- a/Documentation/core-api/dma-api-howto.rst
> +++ b/Documentation/core-api/dma-api-howto.rst
> @@ -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

Applied, thanks.

jon

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-04-10 22:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-07 10:54 [PATCH] dma-api-howto: typo fix Michael S. Tsirkin
2023-04-10 22:20 ` Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®