Skip to content

Commit

Permalink
liquidio: fix a couple of spelling mistakes
Browse files Browse the repository at this point in the history
Trivial fix to spelling mistakes in dev_dbg warning messages

"Reloade" -> "Reload"
"chang" -> "change"

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Colin Ian King authored and David S. Miller committed Oct 4, 2018
1 parent 6a5e6b1 commit 0aa63eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/net/ethernet/cavium/liquidio/lio_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1732,7 +1732,7 @@ int liquidio_set_fec(struct lio *lio, int on_off)
if (oct->props[lio->ifidx].fec !=
oct->props[lio->ifidx].fec_boot) {
dev_dbg(&oct->pci_dev->dev,
"Reloade driver to chang fec to %s\n",
"Reload driver to change fec to %s\n",
oct->props[lio->ifidx].fec ? "on" : "off");
}

Expand Down Expand Up @@ -1796,7 +1796,7 @@ int liquidio_get_fec(struct lio *lio)
if (oct->props[lio->ifidx].fec !=
oct->props[lio->ifidx].fec_boot) {
dev_dbg(&oct->pci_dev->dev,
"Reloade driver to chang fec to %s\n",
"Reload driver to change fec to %s\n",
oct->props[lio->ifidx].fec ? "on" : "off");
}

Expand Down

0 comments on commit 0aa63eb

Please sign in to comment.