From: Manish Ahuja <ahuja@austin.ibm.com>
To: Linas Vepstas <linas@austin.ibm.com>
Cc: ppc-dev <linuxppc-dev@ozlabs.org>
Subject: Re: [PATCH] pseries: Re: Minor: Removed double return.
Date: Sat, 07 Jul 2007 15:26:20 -0500 [thread overview]
Message-ID: <468FF6EC.6030301@austin.ibm.com> (raw)
In-Reply-To: <20070706225826.GE4457@austin.ibm.com>
Ah yes, my mistake. Does it require a repost then ?
Thanks,
Manish
Linas Vepstas wrote:
> You want to say its a patch in the subject line.
>
> --linas
>
> On Fri, Jul 06, 2007 at 04:59:55PM -0500, Manish Ahuja wrote:
>
>> Found 2 instances of return one right after each other in
>> arch_add_memory(). This minor patch fixes it.
>> Signed-off-by:Manish Ahuja <mahuja@us.ibm.com>
>>
>>
>>
>
>
>> Index: 2.6.22-rc4/arch/powerpc/mm/mem.c
>> ===================================================================
>> --- 2.6.22-rc4.orig/arch/powerpc/mm/mem.c 2007-06-11 21:10:46.000000000 -0500
>> +++ 2.6.22-rc4/arch/powerpc/mm/mem.c 2007-06-29 22:52:42.000000000 -0500
>> @@ -129,8 +129,6 @@
>> zone = pgdata->node_zones;
>>
>> return __add_pages(zone, start_pfn, nr_pages);
>> -
>> - return 0;
>> }
>>
>> /*
>>
>
>
prev parent reply other threads:[~2007-07-07 20:26 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-07-06 21:59 Minor: Removed double return Manish Ahuja
2007-07-06 22:58 ` [PATCH] pseries: " Linas Vepstas
2007-07-07 20:26 ` Manish Ahuja [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=468FF6EC.6030301@austin.ibm.com \
--to=ahuja@austin.ibm.com \
--cc=linas@austin.ibm.com \
--cc=linuxppc-dev@ozlabs.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;
as well as URLs for NNTP newsgroup(s).