net: tcp: Fix port info in warning message in tcp_input.c

Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
This commit is contained in:
Masayuki Ishikawa 2020-05-19 13:16:54 +09:00 committed by Xiang Xiao
parent 3387da6316
commit c7500c5c9d

View File

@ -591,7 +591,7 @@ found:
nwarn("WARNING: Listen canceled while waiting for ACK on "
"port %d\n",
tcp->destport);
ntohs(tcp->destport));
/* Free the connection structure */