Re: [PATCH] Documentation: correct parameter error for dma_mapping_error

2014-09-19 Thread Randy Dunlap
On 09/17/14 21:15, Liu Hua wrote: > dma_mapping_error takes two parameters, but some of examples > in Documentation/DMA-API-HOWTO.txt just takes one. So correct > it. > > Signed-off-by: Liu Hua Acked-by: Randy Dunlap Thanks. Jiri, please apply this patch. Thanks. > --- > Documentation/DMA-

[PATCH] Documentation: correct parameter error for dma_mapping_error

2014-09-17 Thread Liu Hua
dma_mapping_error takes two parameters, but some of examples in Documentation/DMA-API-HOWTO.txt just takes one. So correct it. Signed-off-by: Liu Hua --- Documentation/DMA-API-HOWTO.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/DMA-API-HOWTO.txt b/Do