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>
This commit is contained in:
Родитель
a34a101e1e
Коммит
9a52e97e24
|
@ -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 */
|
||||
|
|
Загрузка…
Ссылка в новой задаче