Re: [PATCH 2/3] netlink: the temp variable name max is ambiguous

From: David Miller
Date: Sun Sep 16 2007 - 19:37:03 EST


From: Denis Cheng <crquan@xxxxxxxxx>
Date: Sun, 2 Sep 2007 03:45:58 +0800

> with the macro max provided by <linux/kernel.h>, so changed its name to a more proper one: limit
>
> Signed-off-by: Denis Cheng <crquan@xxxxxxxxx>

Not strictly necessary because CPP knows to differentiate between
'max(' and plain 'max' when evaluating if a CPP macro should be
expanded or not.

Nonetheless, applied to net-2.6.24, thanks.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/