From: Andrew Morton <akpm@linux-foundation.org>
To: Randolph Chung <randolph@tausq.org>
Cc: roel.kluin@gmail.com, kyle@mcmartin.ca, linux-parisc@vger.kernel.org
Subject: Re: [PATCH] misplaced parenthesis?
Date: Thu, 25 Jun 2009 13:29:25 -0700 [thread overview]
Message-ID: <20090625132925.982bc72d.akpm@linux-foundation.org> (raw)
In-Reply-To: <1e3eba760906230753l4e14a025y6bc07a753999483e@mail.gmail.com>
On Tue, 23 Jun 2009 22:53:26 +0800
Randolph Chung <randolph@tausq.org> wrote:
> Here's an updated patch:
>
> Reported-by: Roel Kluin <roel.kluin@gmail.com>
> Signed-off-by: Randolph Chung <tausq@parisc-linux.org>
>
> diff --git a/arch/parisc/lib/memcpy.c b/arch/parisc/lib/memcpy.c
> index 2d68431..827e535 100644
> --- a/arch/parisc/lib/memcpy.c
> +++ b/arch/parisc/lib/memcpy.c
> @@ -405,7 +405,7 @@ byte_copy:
>
> unaligned_copy:
> /* possibly we are aligned on a word, but not on a double... */
> - if (likely(t1 & (sizeof(unsigned int)-1)) == 0) {
> + if (likely((t1 & (sizeof(unsigned int)-1)) == 0)) {
> t2 = src & (sizeof(unsigned int) - 1);
>
> if (unlikely(t2 != 0)) {
>
I think I'll delete this email. If someone has a patch which they
think should be applied, please resend it with a changelog.
next prev parent reply other threads:[~2009-06-25 20:29 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-05-15 19:23 [PATCH] misplaced parenthesis? Roel Kluin
2009-05-16 4:14 ` Randolph Chung
2009-05-16 5:48 ` Matt Turner
2009-05-18 1:42 ` Randolph Chung
2009-06-23 14:53 ` Randolph Chung
2009-06-25 20:29 ` Andrew Morton [this message]
2009-06-26 1:38 ` Randolph Chung
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=20090625132925.982bc72d.akpm@linux-foundation.org \
--to=akpm@linux-foundation.org \
--cc=kyle@mcmartin.ca \
--cc=linux-parisc@vger.kernel.org \
--cc=randolph@tausq.org \
--cc=roel.kluin@gmail.com \
/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