lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Mon, 10 Apr 2023 16:20:23 -0600
From:   Jonathan Corbet <corbet@....net>
To:     "Michael S. Tsirkin" <mst@...hat.com>, linux-kernel@...r.kernel.org
Cc:     linux-doc@...r.kernel.org
Subject: Re: [PATCH] dma-api-howto: typo fix

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

> Stumbled upon a typo while reading the doc, here's a fix.
>
> Signed-off-by: Michael S. Tsirkin <mst@...hat.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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ