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)
commitcea9760950a50fa13b6535fbaa6fa91223394431
treec1b72e4409fc2b76146bef98aea007c01a499e8f
parent98c8147648fa1cdb803fe51fa0a6ff439ed4769f
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