From: Frank van Maarseveen <frankvm@xs4all.nl>
To: Pavel Machek <pavel@ucw.cz>
Cc: kernel list <linux-kernel@vger.kernel.org>,
Andrew Morton <akpm@zip.com.au>
Subject: Re: Coding style: do_this(a,b) vs. do_this(a, b)
Date: Tue, 17 Aug 2004 23:59:40 +0200 [thread overview]
Message-ID: <20040817215940.GA13576@janus> (raw)
In-Reply-To: <20040817103852.GA18758@elf.ucw.cz>
On Tue, Aug 17, 2004 at 12:38:52PM +0200, Pavel Machek wrote:
> Hi!
>
> - } while (0)
> + } while(0)
"while" is not a function so I'd keep the space. Both coding style
and kernel/*.c (had to pick something) seem to agree upon this: put
a space between keyword and expression.
--
Frank
next prev parent reply other threads:[~2004-08-17 21:59 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-08-17 10:38 Coding style: do_this(a,b) vs. do_this(a, b) Pavel Machek
2004-08-17 21:09 ` Fao, Sean
2004-08-17 21:14 ` Pavel Machek
2004-08-17 21:59 ` Frank van Maarseveen [this message]
2004-08-17 22:29 ` Andrew Morton
-- strict thread matches above, loose matches on Subject: below --
2004-08-17 11:51 Albert Cahalan
2004-08-17 16:07 ` Alexander Nyberg
2004-08-17 16:40 ` Pavel Machek
2004-08-17 17:07 ` Albert Cahalan
2004-08-17 20:00 ` Pavel Machek
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=20040817215940.GA13576@janus \
--to=frankvm@xs4all.nl \
--cc=akpm@zip.com.au \
--cc=linux-kernel@vger.kernel.org \
--cc=pavel@ucw.cz \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.