]> git.baikalelectronics.ru Git - kernel.git/commit
ipv4/tcp: Use local variable for tcp_md5_addr
authorDavid Ahern <dsahern@gmail.com>
Mon, 30 Dec 2019 22:14:25 +0000 (14:14 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 2 Jan 2020 23:51:22 +0000 (15:51 -0800)
commita6e1c1ea85911c2dc9904d53ccb136e54f43f24f
treec1b72e4409fc2b76146bef98aea007c01a499e8f
parent52e8f86d9324a0d61ebe00903bf5af63c442badf
ipv4/tcp: Use local variable for tcp_md5_addr

Extract the typecast to (union tcp_md5_addr *) to a local variable
rather than the current long, inline declaration with function calls.

No functional change intended.

Signed-off-by: David Ahern <dsahern@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_ipv4.c