LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [SPARC64]: SG build fix.
@ 2007-10-23 23:48 David Miller
2007-10-24 6:44 ` Jens Axboe
0 siblings, 1 reply; 2+ messages in thread
From: David Miller @ 2007-10-23 23:48 UTC (permalink / raw)
To: jens.axboe; +Cc: linux-kernel
Jens could you queue up this obvious typo build fix
for me?
Thanks!
Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/arch/sparc64/kernel/iommu_common.c b/arch/sparc64/kernel/iommu_common.c
index b70324e..efd5dff 100644
--- a/arch/sparc64/kernel/iommu_common.c
+++ b/arch/sparc64/kernel/iommu_common.c
@@ -234,7 +234,7 @@ unsigned long prepare_sg(struct scatterlist *sg, int nents)
dma_sg->dma_length = dent_len;
if (dma_sg != sg) {
- dma_sg = next_sg(dma_sg);
+ dma_sg = sg_next(dma_sg);
dma_sg->dma_length = 0;
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [SPARC64]: SG build fix.
2007-10-23 23:48 [SPARC64]: SG build fix David Miller
@ 2007-10-24 6:44 ` Jens Axboe
0 siblings, 0 replies; 2+ messages in thread
From: Jens Axboe @ 2007-10-24 6:44 UTC (permalink / raw)
To: David Miller; +Cc: linux-kernel
On Tue, Oct 23 2007, David Miller wrote:
>
> Jens could you queue up this obvious typo build fix
> for me?
Certainly, thanks!
--
Jens Axboe
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-10-24 6:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-10-23 23:48 [SPARC64]: SG build fix David Miller
2007-10-24 6:44 ` Jens Axboe
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).