squash to: Implement MPTCP receive path Signed-off-by: Peter Krystad --- net/mptcp/protocol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/mptcp/protocol.c b/net/mptcp/protocol.c index 78ce42b1617a..11b6855cc9ed 100644 --- a/net/mptcp/protocol.c +++ b/net/mptcp/protocol.c @@ -747,7 +747,7 @@ void mptcp_finish_connect(struct sock *sk, int mp_capable) msk->remote_key = subflow->remote_key; msk->local_key = subflow->local_key; msk->token = subflow->token; - pr_debug("token=%u", msk->token); + pr_debug("msk=%p, token=%u", msk, msk->token); crypto_key_sha1(msk->remote_key, NULL, &ack_seq); msk->write_seq = subflow->idsn + 1; -- 2.17.2