[NETLINK]: the temp variable name max is ambiguous
authorDenis Cheng <crquan@gmail.com>
Sun, 16 Sep 2007 23:36:02 +0000 (16:36 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 10 Oct 2007 23:51:25 +0000 (16:51 -0700)
commit26ff5ddc5ab11e37ab3db469f24324e0ef1d6f63
treec4f68c97ef2421dce8b0289ecd56b1d48b9dff15
parent99406c885ab27c369fa4a1b15c4a5a5ad0d61fcd
[NETLINK]: the temp variable name max is ambiguous

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@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/netlink/af_netlink.c