[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <456FC9DC.3080400@snapgear.com>
Date: Fri, 01 Dec 2006 16:21:16 +1000
From: Greg Ungerer <gerg@...pgear.com>
To: Mariusz Kozlowski <m.kozlowski@...land.pl>
Cc: uclinux-dev@...inux.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] m68knommu: scatterlist add missing bracket
Hi Mariusz,
Mariusz Kozlowski wrote:
> This patch adds missing bracket.
>
> Signed-off-by: Mariusz Kozlowski <m.kozlowski@...land.pl>
Thanks. I'll make sure that gets pushed up.
Regards
Greg
> 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)
>
>
>
--
------------------------------------------------------------------------
Greg Ungerer -- Chief Software Dude EMAIL: gerg@...pgear.com
SnapGear -- a Secure Computing Company PHONE: +61 7 3435 2888
825 Stanley St, FAX: +61 7 3891 3630
Woolloongabba, QLD, 4102, Australia WEB: http://www.SnapGear.com
-
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