Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ffd7ce3c authored by Colin Ian King's avatar Colin Ian King Committed by David S. Miller
Browse files

be2net: fix spelling mistake "seqence" -> "sequence"



Trivial fix to spelling mistake in dev_info message.

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 9aba2f80
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1461,7 +1461,7 @@ static void be_tx_timeout(struct net_device *netdev)
						 ntohs(tcphdr->source));
						 ntohs(tcphdr->source));
					dev_info(dev, "TCP dest port %d\n",
					dev_info(dev, "TCP dest port %d\n",
						 ntohs(tcphdr->dest));
						 ntohs(tcphdr->dest));
					dev_info(dev, "TCP seqence num %d\n",
					dev_info(dev, "TCP sequence num %d\n",
						 ntohs(tcphdr->seq));
						 ntohs(tcphdr->seq));
					dev_info(dev, "TCP ack_seq %d\n",
					dev_info(dev, "TCP ack_seq %d\n",
						 ntohs(tcphdr->ack_seq));
						 ntohs(tcphdr->ack_seq));