]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
be2net: fix spelling mistake "seqence" -> "sequence"
authorColin Ian King <colin.king@canonical.com>
Thu, 2 Aug 2018 15:16:27 +0000 (16:16 +0100)
committerBrian Maly <brian.maly@oracle.com>
Sat, 11 May 2019 03:43:59 +0000 (23:43 -0400)
Orabug: 29475071

Trivial fix to spelling mistake in dev_info message.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Brian Maly <brian.maly@oracle.com>
Reviewed-by: John Donnelly <John.p.donnelly@oracle.com>
Signed-off-by: Brian Maly <brian.maly@oracle.com>
drivers/net/ethernet/emulex/benet/be_main.c

index 10d011e7cb69980d5fb845943a6624e97dc8d6d9..0145f2871e5ee2164fc556ad6f197ea20ee3943b 100644 (file)
@@ -1480,7 +1480,7 @@ static void be_tx_timeout(struct net_device *netdev)
                                                 ntohs(tcphdr->source));
                                        dev_info(dev, "TCP dest port %d\n",
                                                 ntohs(tcphdr->dest));
-                                       dev_info(dev, "TCP seqence num %d\n",
+                                       dev_info(dev, "TCP sequence num %d\n",
                                                 ntohs(tcphdr->seq));
                                        dev_info(dev, "TCP ack_seq %d\n",
                                                 ntohs(tcphdr->ack_seq));