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

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

liquidio: fix a couple of spelling mistakes



Trivial fix to spelling mistakes in dev_dbg warning messages

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

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 6a5e6b11
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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");
	}

@@ -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");
	}