Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1413849
| From | Augusto Mecking Caringi <augustocaringi@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] net: fec: fix spelling mistake "coalesed" -> "coalesced" |
| Date | 2016-06-04 21:50 +0200 |
| Message-ID | <rGpK1-5bg-13@gated-at.bofh.it> (permalink) |
| References | <rGp7j-4Yw-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Sat, Jun 4, 2016 at 4:01 PM, Colin King <colin.king@canonical.com> wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> trivial fix to spelling mistake in pr_err message
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
> drivers/net/ethernet/freescale/fec_main.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/net/ethernet/freescale/fec_main.c b/drivers/net/ethernet/freescale/fec_main.c
> index 3c0255e..96bd210 100644
> --- a/drivers/net/ethernet/freescale/fec_main.c
> +++ b/drivers/net/ethernet/freescale/fec_main.c
> @@ -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
--
Augusto Mecking Caringi
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH] net: fec: fix spelling mistake "coalesed" -> "coalesced" Colin King <colin.king@canonical.com> - 2016-06-04 21:10 +0200
Re: [PATCH] net: fec: fix spelling mistake "coalesed" -> "coalesced" Augusto Mecking Caringi <augustocaringi@gmail.com> - 2016-06-04 21:50 +0200
Re: [PATCH] net: fec: fix spelling mistake "coalesed" -> "coalesced" Joe Perches <joe@perches.com> - 2016-06-05 08:40 +0200
RE: [PATCH] net: fec: fix spelling mistake "coalesed" -> "coalesced" Fugang Duan <fugang.duan@nxp.com> - 2016-06-06 06:50 +0200
csiph-web