diff options
author | Jianjun Kong <jianjun@zeuux.org> | 2008-11-03 00:23:42 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-11-03 00:23:42 -0800 |
commit | d9319100c1ad7d0ed4045ded767684ad25670436 (patch) | |
tree | 98ab9f9f9bf353d26e8a8f78d1edfeba2957d2ea /net/ipv4/inetpeer.c | |
parent | e0db4a786bbd73145b4feb45c75d49b6e60fe72c (diff) |
net: clean up net/ipv4/ah4.c esp4.c fib_semantics.c inet_connection_sock.c inetpeer.c ip_output.c
Signed-off-by: Jianjun Kong <jianjun@zeuux.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/inetpeer.c')
-rw-r--r-- | net/ipv4/inetpeer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/inetpeer.c b/net/ipv4/inetpeer.c index a456ceeac3f2..b1fbe18feb5a 100644 --- a/net/ipv4/inetpeer.c +++ b/net/ipv4/inetpeer.c @@ -144,7 +144,7 @@ static void unlink_from_unused(struct inet_peer *p) * _stack is known to be NULL or not at compile time, * so compiler will optimize the if (_stack) tests. */ -#define lookup(_daddr,_stack) \ +#define lookup(_daddr, _stack) \ ({ \ struct inet_peer *u, **v; \ if (_stack != NULL) { \ |