Re: [PATCH] Documentation: DMA-API: fix two typos

2019-01-21 Thread Jonathan Corbet
On Fri, 18 Jan 2019 13:38:22 + Corentin Labbe wrote: > This patch fixes two typos, a missing "e" and dma-api/driver_filter was > incorrectly typed dma-api/driver-filter. > > Signed-off-by: Corentin Labbe So I've applied this, but... > Documentation/DMA-API.txt | 4 ++-- > 1 file changed,

[PATCH] Documentation: DMA-API: fix two typos

2019-01-18 Thread Corentin Labbe
This patch fixes two typos, a missing "e" and dma-api/driver_filter was incorrectly typed dma-api/driver-filter. Signed-off-by: Corentin Labbe --- Documentation/DMA-API.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/DMA-API.txt b/Documentation/DMA-API.t