Thread (4 messages) flat view 4 messages, 4 authors, 2016-06-06

Re: [PATCH] net: fec: fix spelling mistake "coalesed" -> "coalesced"

From: Joe Perches <joe@perches.com>
Date: 2016-06-05 06:36:41
Also in: lkml

On Sat, 2016-06-04 at 16:43 -0300, Augusto Mecking Caringi wrote:
On Sat, Jun 4, 2016 at 4:01 PM, Colin King [off-list ref] wrote:
quoted
From: Colin Ian King <redacted>
trivial fix to spelling mistake in pr_err message
[]
quoted
diff --git a/drivers/net/ethernet/freescale/fec_main.c b/drivers/net/ethernet/freescale/fec_main.c
[]
quoted
@@ -2427,13 +2427,13 @@ fec_enet_set_coalesce(struct net_device *ndev, struct ethtool_coalesce *ec)
        cycle = fec_enet_us_to_itr_clock(ndev, fep->rx_time_itr);
        if (cycle > 0xFFFF) {
-               pr_err("Rx coalesed usec exceeed hardware limiation");
+               pr_err("Rx coalesced usec exceeed hardware limiation");
                return -EINVAL;
        }

        cycle = fec_enet_us_to_itr_clock(ndev, fep->tx_time_itr);
        if (cycle > 0xFFFF) {
-               pr_err("Rx coalesed usec exceeed hardware limiation");
+               pr_err("Rx coalesced usec exceeed hardware limiation");
                return -EINVAL;
        }
s/limiation/limitation
Could also add \n terminations to the pr_err uses.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help