Thread (62 messages) flat view 62 messages, 8 authors, 2009-07-02

Re: [PATCH 10/10] x86: add checks for sync_sg* code

From: Ingo Molnar <hidden>
Date: 2008-11-21 17:00:30
Also in: lkml

* Joerg Roedel [off-list ref] wrote:
+	for_each_sg(sg, s, nelems, i)
+		check_sync(dev, s->dma_address, s->dma_length, 0,
+			   direction, true);
curly braces needed for the multi-line loop body.
+	for_each_sg(sg, s, nelems, i)
+		check_sync(dev, s->dma_address, s->dma_length, 0,
+			   direction, false);
ditto.

	Ingo
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help