public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: "David S. Miller" <davem@redhat.com>
To: afranck@gmx.de
Cc: alan@lxorguk.ukuu.org.uk, florin@iucha.net, linux-kernel@vger.kernel.org
Subject: Re: Linux 2.4.19pre1-ac1
Date: Wed, 27 Feb 2002 16:32:46 -0800 (PST)	[thread overview]
Message-ID: <20020227.163246.80134237.davem@redhat.com> (raw)
In-Reply-To: <02022801273203.01097@dg1kfa>
In-Reply-To: <E16gEWj-0006aD-00@the-village.bc.nu> <02022801273203.01097@dg1kfa>

   From: Andreas Franck <afranck@gmx.de>
   Date: Thu, 28 Feb 2002 01:27:32 +0100

   +                       return i ? : -EFAULT;
   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ <- This looks somewhat bogus, 
   shouldn't it be "return i ? i : -EFAULT;" instead?

They are equivalent, "x ? : foo" is a shorthand for
"x ? x : foo"

  reply	other threads:[~2002-02-28  0:36 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-02-27 22:31 Linux 2.4.19pre1-ac1 Andreas Franck
2002-02-27 23:41 ` Alan Cox
2002-02-28  0:13   ` Andreas Franck
2002-02-28  0:34     ` Alan Cox
2002-02-28  0:27       ` Andreas Franck
2002-02-28  0:32         ` David S. Miller [this message]
2002-02-28  1:02         ` Alan Cox
2002-02-28  6:31   ` Florin Iucha
     [not found] <fa.kjtklqv.gnqri3@ifi.uio.no>
     [not found] ` <fa.g63p78v.1e7kv8e@ifi.uio.no>
2002-02-28  0:19   ` Jonathan Hudson
     [not found] <fa.c7mcedv.1a3esq4@ifi.uio.no>
2002-02-27 22:54 ` Jonathan Hudson
2002-02-27 23:48   ` Alan Cox
     [not found] ` <fa.g5iqv0v.11magge@ifi.uio.no>
2002-02-27 23:36   ` Jonathan Hudson
  -- strict thread matches above, loose matches on Subject: below --
2002-02-26  1:47 Alan Cox
2002-02-27 21:14 ` Florin Iucha

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=20020227.163246.80134237.davem@redhat.com \
    --to=davem@redhat.com \
    --cc=afranck@gmx.de \
    --cc=alan@lxorguk.ukuu.org.uk \
    --cc=florin@iucha.net \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox