From: Rusty Russell <rusty@rustcorp.com.au>
To: Jesper Juhl <juhl@eisenstein.dk>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] pedantic code cleanup - am I wasting my time with this?
Date: Tue, 24 Apr 2001 14:59:15 +1000 [thread overview]
Message-ID: <m14ruux-001PJtC@mozart> (raw)
In-Reply-To: Your message of "Mon, 23 Apr 2001 17:26:27 +0200." <3AE449A3.3050601@eisenstein.dk>
In message <3AE449A3.3050601@eisenstein.dk> you write:
> return (waitall ? len : min(sk->rcvlowat, len)) ? : 1;
>
> To be strictly correct the second expression (between '?' and ':' )
> should not be omitted (all you guys already know that ofcourse).
It's a GCC extension. From Documentation/DocBook/kernel-hacking.tmpl:
GNU Extensions are explicitly allowed in the Linux kernel.
Rusty.
--
Premature optmztion is rt of all evl. --DK
next prev parent reply other threads:[~2001-04-24 7:59 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-04-23 15:26 [PATCH] pedantic code cleanup - am I wasting my time with this? Jesper Juhl
2001-04-23 15:24 ` Jeff Garzik
2001-04-23 15:37 ` Richard Gooch
2001-04-23 16:23 ` Jesper Juhl
2001-04-23 15:48 ` Sean Hunter
2001-04-23 15:58 ` Jesper Juhl
2001-04-24 4:59 ` Rusty Russell [this message]
-- strict thread matches above, loose matches on Subject: below --
2001-04-24 8:25 Stephen Satchell
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=m14ruux-001PJtC@mozart \
--to=rusty@rustcorp.com.au \
--cc=juhl@eisenstein.dk \
--cc=linux-kernel@vger.kernel.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 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.