Skip to content

Commit

Permalink
net:ipv6:fixed a trailing white space issue.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jeffrin Jose authored and David S. Miller committed May 19, 2012
1 parent a34a101 commit 9a52e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/ipv6/udp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 9a52e97

Please sign in to comment.