Re: [PATCH] swiotlb: suppress warning when __GFP_NOWARN is set v2

From: Christian KÃnig
Date: Wed Jan 03 2018 - 05:09:59 EST


Am 02.01.2018 um 21:51 schrieb Konrad Rzeszutek Wilk:
On Tue, Jan 02, 2018 at 01:13:58PM +0100, Christian KÃnig wrote:
[SNIP]
+
+phys_addr_t swiotlb_tbl_map_single(struct device *hwdev,
+ dma_addr_t tbl_dma_addr,
+ phys_addr_t orig_addr, size_t size,
+ enum dma_data_direction dir,
+ unsigned long attrs)
Hm, could be my editor, but are the parameters on the same line as 'struct device *hwdev'?

Looks like just an issue in your editor.

I've fixed all other suggestions and going to send out v3 of the patch in a minute.

Thanks,
Christian.