public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Greg Ungerer <gerg@snapgear.com>
To: Mariusz Kozlowski <m.kozlowski@tuxland.pl>
Cc: uclinux-dev@uclinux.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] m68knommu: scatterlist add missing bracket
Date: Fri, 01 Dec 2006 16:21:16 +1000	[thread overview]
Message-ID: <456FC9DC.3080400@snapgear.com> (raw)
In-Reply-To: <200611301013.17991.m.kozlowski@tuxland.pl>

Hi Mariusz,

Mariusz Kozlowski wrote:
> 	This patch adds missing bracket.
> 
> Signed-off-by: Mariusz Kozlowski <m.kozlowski@tuxland.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@snapgear.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

      reply	other threads:[~2006-12-01  6:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-11-30  9:13 [PATCH] m68knommu: scatterlist add missing bracket Mariusz Kozlowski
2006-12-01  6:21 ` Greg Ungerer [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=456FC9DC.3080400@snapgear.com \
    --to=gerg@snapgear.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=m.kozlowski@tuxland.pl \
    --cc=uclinux-dev@uclinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox