From: Christoph Hellwig <hch@infradead.org>
To: Ingo Molnar <mingo@elte.hu>
Cc: Linus Torvalds <torvalds@transmeta.com>,
linux-kernel@vger.kernel.org,
Rusty Russell <rusty@rustcorp.com.au>
Subject: Re: [patch] futex-fixes-2.5.69-A0
Date: Mon, 19 May 2003 11:03:08 +0100 [thread overview]
Message-ID: <20030519110308.A8663@infradead.org> (raw)
In-Reply-To: <Pine.LNX.4.44.0305191054350.5302-100000@localhost.localdomain>; from mingo@elte.hu on Mon, May 19, 2003 at 10:58:56AM +0200
On Mon, May 19, 2003 at 10:58:56AM +0200, Ingo Molnar wrote:
> +static inline
> +struct page *__pin_page_atomic (struct page *page)
Please fix the indentation. Documentation/CondingStyle sais:
static inline struct page *__pin_page_atomic(struct page *page)
many people like
static inline struct page *
__pin_page_atomic(struct page *page)
but this is just crap.
next prev parent reply other threads:[~2003-05-19 9:50 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-05-19 8:58 [patch] futex-fixes-2.5.69-A0 Ingo Molnar
2003-05-19 10:03 ` Christoph Hellwig [this message]
2003-05-19 10:07 ` Ingo Molnar
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=20030519110308.A8663@infradead.org \
--to=hch@infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
--cc=rusty@rustcorp.com.au \
--cc=torvalds@transmeta.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 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.