All of lore.kernel.org
 help / color / mirror / Atom feed
From: Richard Knutsson <ricknu-0@student.ltu.se>
To: kernel-janitors@vger.kernel.org
Subject: Re: [KJ] Taking the Min and Max macro job
Date: Fri, 09 Feb 2007 22:28:35 +0000	[thread overview]
Message-ID: <45CCF593.6040500@student.ltu.se> (raw)
In-Reply-To: <20070207235145.GZ8991@Ahmed>

Mehul Jani wrote: 
> I believe Vignesh had confirmed the patch.....
>  
> So now this is going to be crazy we have 3 pairs of min/max to deal with
>  
> min()/max()
> min_t()/max_t()
> __min()/__max()
>  
> Can the first one be considered *redundant*
min()/max()? That is our crown-jewel. I think the order above is then 
one how to implement min/max. Use ex min() when possible. If min() does 
not work, use min_t(). If min_t() does not work, use __min() (if it will 
be accepted, that is). But you have to be more careful when using 
__min() since it can have side-effects.
> I was wondering that from the very first. calling MACRO(MACRO()) 
> somehow is dirty....Any suggestions !! 
Why? Calling function1(function2()) is ok (right?) and also when dealing 
with pci-ids you use macros in macros. And the way __min() is in min() 
and min_t() is also just common practice to reduce multiple declarations.

Richard Knutsson

_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/kernel-janitors

  parent reply	other threads:[~2007-02-09 22:28 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-02-07 23:51 [KJ] Taking the Min and Max macro job Ahmed S. Darwish
2007-02-08  6:16 ` Alexey Dobriyan
2007-02-08  9:34 ` Ahmed S. Darwish
2007-02-08  9:41 ` Mehul Jani
2007-02-08 10:14 ` Mehul Jani
2007-02-08 11:40 ` Ahmed S. Darwish
2007-02-08 12:30 ` Mehul Jani
2007-02-08 12:34 ` Ahmed S. Darwish
2007-02-08 16:53 ` Robert P. J. Day
2007-02-08 18:40 ` Mehul Jani
2007-02-09  5:29 ` Mehul Jani
2007-02-09  6:44 ` Vignesh Babu BM
2007-02-09  7:15 ` Richard Knutsson
2007-02-09  7:56 ` Vignesh Babu BM
2007-02-09  8:19 ` Vignesh Babu BM
2007-02-09  8:55 ` Richard Knutsson
2007-02-09  9:41 ` Vignesh Babu BM
2007-02-09  9:56 ` Jaco Kroon
2007-02-09 12:17 ` Mehul Jani
2007-02-09 18:01 ` Richard Knutsson
2007-02-09 18:10 ` Richard Knutsson
2007-02-09 19:38 ` Mehul Jani
2007-02-09 22:28 ` Richard Knutsson [this message]
2007-02-10  5:49 ` Vignesh Babu BM
2007-02-10  8:24 ` Mehul Jani
2007-02-10 11:26 ` Robert P. J. Day

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=45CCF593.6040500@student.ltu.se \
    --to=ricknu-0@student.ltu.se \
    --cc=kernel-janitors@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.