diff options
author | Jeffrin Jose <ahiliation@yahoo.co.in> | 2012-05-19 05:45:21 +0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-05-20 02:34:57 +0400 |
commit | 9a52e97e24d6da744e6c3332b8dd478a4974983e (patch) | |
tree | 89d5004660653dbf94c9f1cda31a4adf93e6e334 /net | |
parent | a34a101e1e6365638b02ea83a38d7a4cb228dc04 (diff) | |
download | linux-9a52e97e24d6da744e6c3332b8dd478a4974983e.tar.xz |
net:ipv6:fixed a trailing white space issue.
Fixed a trailing white space issue found by
checkpatch.pl tool in net/ipv6/udp.c
Signed-off-by: Jeffrin Jose <ahiliation@yahoo.co.in>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r-- | net/ipv6/udp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/udp.c b/net/ipv6/udp.c index c1d91a713e8e..847253c0e544 100644 --- a/net/ipv6/udp.c +++ b/net/ipv6/udp.c @@ -103,7 +103,7 @@ int udp_v6_get_port(struct sock *sk, unsigned short snum) { unsigned int hash2_nulladdr = udp6_portaddr_hash(sock_net(sk), &in6addr_any, snum); - unsigned int hash2_partial = + unsigned int hash2_partial = udp6_portaddr_hash(sock_net(sk), &inet6_sk(sk)->rcv_saddr, 0); /* precompute partial secondary hash */ |