Re: [PATCH 2/2] dma-mapping: remove dma_max_pfn
From: Marc Gonzalez
Date: Tue Jun 25 2019 - 07:45:42 EST
Hello Christoph,
There are some typos in the commit message that make it harder
(for me) to parse.
On 25/06/2019 11:20, Christoph Hellwig wrote:
> These days the DMA mapping code must bounce buffer for any not supported
Add comma after "These days" ?
s/must bounce buffer/must bounce buffers/ ?
s/not supported/unsupported/ ?
> address, and if they driver needs to optimize for natively supported
s/if they driver/if the driver/ ?
> ranged it should use dma_get_required_mask.
s/ranged it should/ranges, then it should/ ?
Regards.