lkml.org 
[lkml]   [2003]   [Jan]   [8]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
DateTue, 7 Jan 2003 21:11:34 -0800
FromGreg KH <>
SubjectRe: [PATCH] [2.5] IRQ distribution in the 2.5.52 kernel
On Tue, Jan 07, 2003 at 06:52:59PM -0800, Kamble, Nitin A wrote:
> +# define MIN(a,b) (((a) < (b)) ? (a) : (b))
> +# define MAX(a,b) (((a) > (b)) ? (a) : (b))

There are alread definitions for min() and max(), it would be good to
use them and not try to define your own.

thanks,

greg k-h
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 12:32    [W:0.205 / U:0.350 seconds]
©2003-2008 Jasper Spaans