public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] m68knommu: scatterlist add missing bracket
@ 2006-11-30  9:13 Mariusz Kozlowski
  2006-12-01  6:21 ` Greg Ungerer
  0 siblings, 1 reply; 2+ messages in thread
From: Mariusz Kozlowski @ 2006-11-30  9:13 UTC (permalink / raw)
  To: gerg; +Cc: uclinux-dev, linux-kernel

Hello,

	This patch adds missing bracket.

Signed-off-by: Mariusz Kozlowski <m.kozlowski@tuxland.pl>

 include/asm-m68knommu/scatterlist.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-2.6.19-rc6-mm2-a/include/asm-m68knommu/scatterlist.h	2006-11-16 05:03:40.000000000 +0100
+++ linux-2.6.19-rc6-mm2-b/include/asm-m68knommu/scatterlist.h	2006-11-30 00:57:24.000000000 +0100
@@ -10,7 +10,7 @@ struct scatterlist {
 	unsigned int	length;
 };
 
-#define sg_address(sg) (page_address((sg)->page) + (sg)->offset
+#define sg_address(sg) (page_address((sg)->page) + (sg)->offset)
 #define sg_dma_address(sg)      ((sg)->dma_address)
 #define sg_dma_len(sg)          ((sg)->length)
 


-- 
Regards,

	Mariusz Kozlowski

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-12-01  6:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-30  9:13 [PATCH] m68knommu: scatterlist add missing bracket Mariusz Kozlowski
2006-12-01  6:21 ` Greg Ungerer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox