Re: [PATCH] Documentation: DMA-API: fix a function name of max_mapping_size

2019-06-07 Thread Jonathan Corbet
On Fri, 7 Jun 2019 16:47:13 +0900 Yoshihiro Shimoda wrote: > The exported function name is dma_max_mapping_size(), not > dma_direct_max_mapping_size() so that this patch fixes > the function name in the documentation. > > Fixes: 133d624b1cee ("dma: Introduce dma_max_mapping_size()") >

RE: [PATCH] Documentation: DMA-API: fix a function name of max_mapping_size

2019-06-07 Thread Yoshihiro Shimoda
Hi Christoph, > From: Christoph Hellwig, Sent: Friday, June 7, 2019 5:35 PM > > On Fri, Jun 07, 2019 at 08:19:08AM +, Yoshihiro Shimoda wrote: > > Hi Christoph, > > > > > From: Christoph Hellwig, Sent: Friday, June 7, 2019 5:08 PM > > > > > > Looks good. And it seems like you've also found

Re: [PATCH] Documentation: DMA-API: fix a function name of max_mapping_size

2019-06-07 Thread Christoph Hellwig
On Fri, Jun 07, 2019 at 08:19:08AM +, Yoshihiro Shimoda wrote: > Hi Christoph, > > > From: Christoph Hellwig, Sent: Friday, June 7, 2019 5:08 PM > > > > Looks good. And it seems like you've also found the solution to > > your usb storage problem, but I'm going to post the variant I just > >

RE: [PATCH] Documentation: DMA-API: fix a function name of max_mapping_size

2019-06-07 Thread Yoshihiro Shimoda
Hi Christoph, > From: Christoph Hellwig, Sent: Friday, June 7, 2019 5:08 PM > > Looks good. And it seems like you've also found the solution to > your usb storage problem, but I'm going to post the variant I just > hacked up nevertheless. Thank you for your reply! I think this API is related

Re: [PATCH] Documentation: DMA-API: fix a function name of max_mapping_size

2019-06-07 Thread Christoph Hellwig
Looks good. And it seems like you've also found the solution to your usb storage problem, but I'm going to post the variant I just hacked up nevertheless.

[PATCH] Documentation: DMA-API: fix a function name of max_mapping_size

2019-06-07 Thread Yoshihiro Shimoda
The exported function name is dma_max_mapping_size(), not dma_direct_max_mapping_size() so that this patch fixes the function name in the documentation. Fixes: 133d624b1cee ("dma: Introduce dma_max_mapping_size()") Signed-off-by: Yoshihiro Shimoda --- Documentation/DMA-API.txt | 2 +- 1 file