From: Roel van der Goot <roel@cs.ualberta.ca>
To: riel@nl.linux.org
Cc: linux-mm@kvack.org, linux-kernel@vger.rutgers.edu
Subject: Re: [PATCH] pre7-1 semicolon & nicely readableB
Date: Mon, 1 May 2000 19:08:37 -0600 (MDT) [thread overview]
Message-ID: <Pine.SOL.3.96.1000501190034.4093K-100000@sexsmith.cs.ualberta.ca> (raw)
Hi Rik,
I want to inform you that there is a subtle difference between
the following two loops:
(i)
while ((mm->swap_cnt << 2 * (i + 1) < max_cnt)
&& i++ < 10);
(ii)
while ((mm->swap_cnt << 2 * (i + 1) < max_cnt)
&& i < 10)
i++;
Cheers,
Roel.
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux.eu.org/Linux-MM/
next reply other threads:[~2000-05-02 1:08 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2000-05-02 1:08 Roel van der Goot [this message]
2000-05-02 1:28 ` Rik van Riel
2000-05-02 1:38 ` [PATCH] pre7-1 semicolon & nicely readable Roel van der Goot
2000-05-02 10:54 ` [PATCH] pre7-1 semicolon & nicely readableB Chris Evans
2000-05-02 11:19 ` Rik van Riel
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=Pine.SOL.3.96.1000501190034.4093K-100000@sexsmith.cs.ualberta.ca \
--to=roel@cs.ualberta.ca \
--cc=linux-kernel@vger.rutgers.edu \
--cc=linux-mm@kvack.org \
--cc=riel@nl.linux.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