From: Christoph Hellwig <hch@infradead.org>
To: Gerd Knorr <kraxel@bytesex.org>
Cc: Linus Torvalds <torvalds@transmeta.com>,
Michael Hunold <m.hunold@gmx.de>,
Kernel List <linux-kernel@vger.kernel.org>
Subject: Re: [patch] v4l: create include/media.
Date: Mon, 10 Mar 2003 22:02:33 +0000 [thread overview]
Message-ID: <20030310220233.A13923@infradead.org> (raw)
In-Reply-To: <20030310200852.GA6397@bytesex.org>; from kraxel@bytesex.org on Mon, Mar 10, 2003 at 09:08:52PM +0100
> +#define MIN(a,b) (((a)>(b))?(b):(a))
> +#define MAX(a,b) (((a)>(b))?(a):(b))
Don't do that. Use the kernel's min/max instead.
next prev parent reply other threads:[~2003-03-10 21:52 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-03-10 20:08 [patch] v4l: create include/media Gerd Knorr
2003-03-10 22:02 ` Christoph Hellwig [this message]
2003-03-11 18:12 ` Gerd Knorr
2003-03-12 15:19 ` [patch] v4l: crunch MIN/MAX macros Gerd Knorr
2003-03-12 15:22 ` [patch] v4l: create include/media Gerd Knorr
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=20030310220233.A13923@infradead.org \
--to=hch@infradead.org \
--cc=kraxel@bytesex.org \
--cc=linux-kernel@vger.kernel.org \
--cc=m.hunold@gmx.de \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox