[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20081121165948.GG733@elte.hu>
Date: Fri, 21 Nov 2008 17:59:48 +0100
From: Ingo Molnar <mingo@...e.hu>
To: Joerg Roedel <joerg.roedel@....com>
Cc: Ingo Molnar <mingo@...hat.com>,
Thomas Gleixner <tglx@...utronix.de>,
linux-kernel@...r.kernel.org, netdev@...r.kernel.org,
iommu@...ts.linux-foundation.org
Subject: Re: [PATCH 10/10] x86: add checks for sync_sg* code
* Joerg Roedel <joerg.roedel@....com> 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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists