commit | 5172393522e4b2caf1af638076c3c0cd74313ae3 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Tue Sep 29 21:24:05 2015 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Sep 29 21:33:05 2015 -0700 |
tree | b92fe0d945a09054b572a02afbec120183e7302b | |
parent | eef50d466a47bb6a57f2e55a9415c716c463255b [diff] |
tcp: fix tcp_v6_md5_do_lookup prototype tcp_v6_md5_do_lookup() now takes a const socket, even if CONFIG_TCP_MD5SIG is not set. Fixes: b83e3deb974c ("tcp: md5: constify tcp_md5_do_lookup() socket argument") From: Eric Dumazet <edumazet@google.com> Reported-by: kbuild test robot <fengguang.wu@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>