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 PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Fri, 3 Jul 2020 20:44:46 -0700 From: Randy Dunlap <rdunlap@...radead.org> To: linux-kernel@...r.kernel.org Cc: Randy Dunlap <rdunlap@...radead.org>, Jonathan Corbet <corbet@....net>, linux-doc@...r.kernel.org, Vinod Koul <vkoul@...nel.org>, dmaengine@...r.kernel.org, Luis Chamberlain <mcgrof@...nel.org>, Greg Kroah-Hartman <gregkh@...uxfoundation.org>, William Breathitt Gray <vilhelm.gray@...il.com>, linux-iio@...r.kernel.org, Mauro Carvalho Chehab <mchehab@...nel.org>, linux-media@...r.kernel.org, Jon Mason <jdmason@...zu.us>, Dave Jiang <dave.jiang@...el.com>, Allen Hubbe <allenbh@...il.com>, linux-ntb@...glegroups.com, Dan Williams <dan.j.williams@...el.com>, Vishal Verma <vishal.l.verma@...el.com>, Ira Weiny <ira.weiny@...el.com>, linux-nvdimm@...ts.01.org, linux-usb@...r.kernel.org, Eli Billauer <eli.billauer@...il.com> Subject: [PATCH 01/17] Documentation/driver-api: dmaengine/provider: drop doubled word Drop the doubled word "has". Signed-off-by: Randy Dunlap <rdunlap@...radead.org> Cc: Jonathan Corbet <corbet@....net> Cc: linux-doc@...r.kernel.org Cc: Vinod Koul <vkoul@...nel.org> Cc: dmaengine@...r.kernel.org --- Documentation/driver-api/dmaengine/provider.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20200701.orig/Documentation/driver-api/dmaengine/provider.rst +++ linux-next-20200701/Documentation/driver-api/dmaengine/provider.rst @@ -507,7 +507,7 @@ dma_cookie_t DMA_CTRL_ACK - If clear, the descriptor cannot be reused by provider until the - client acknowledges receipt, i.e. has has a chance to establish any + client acknowledges receipt, i.e. has a chance to establish any dependency chains - This can be acked by invoking async_tx_ack()
Powered by blists - more mailing lists