netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Vasiliy Kulikov <segooon@gmail.com>
To: Henrique Camargo <henrique.camargo@ensitec.com.br>
Cc: "David S. Miller" <davem@davemloft.net>,
	Chaithrika U S <chaithrika@ti.com>, Sriramakrishnan <srk@ti.com>,
	Kevin Hilman <khilman@deeprootsystems.com>,
	Jiri Pirko <jpirko@redhat.com>,
	netdev@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] drivers: Fixes a typo from "dev" to "ndev" that caused compilation erros.
Date: Thu, 29 Jul 2010 20:03:46 +0400	[thread overview]
Message-ID: <20100729160346.GA3318@albatros> (raw)
In-Reply-To: <AANLkTiko540hMAUhaJr5mNKzFK2-vBOTZmEOxZWZv7ci@mail.gmail.com>

On Thu, Jul 29, 2010 at 12:51 -0300, Henrique Camargo wrote:
> From: Henrique Camargo
> 
> Fixes a typo from "dev" to "ndev" that caused compilation errors.
> 
> Signed-off-by: Henrique Camargo <henrique.camargo@ensitec.com.br>

Thanks,
Reviewed-by: Kulikov Vasiliy <segooon@gmail.com>

Also I've checked my other patches of removing private stats, the rest
are ok.

> ---
>  drivers/net/davinci_emac.c |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/net/davinci_emac.c b/drivers/net/davinci_emac.c
> index 25e14d2..b89b7bf 100644
> --- a/drivers/net/davinci_emac.c
> +++ b/drivers/net/davinci_emac.c
> @@ -1182,8 +1182,8 @@ static int emac_net_tx_complete(struct emac_priv *priv,
>         struct net_device *ndev = priv->ndev;
>         u32 cnt;
> 
> -       if (unlikely(num_tokens && netif_queue_stopped(dev)))
> -               netif_start_queue(dev);
> +       if (unlikely(num_tokens && netif_queue_stopped(ndev)))
> +               netif_start_queue(ndev);
>         for (cnt = 0; cnt < num_tokens; cnt++) {
>                 struct sk_buff *skb = (struct sk_buff *)net_data_tokens[cnt];
>                 if (skb == NULL)
> -- 
> 1.7.0.4

  reply	other threads:[~2010-07-29 16:04 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-29 15:51 [PATCH] drivers: Fixes a typo from "dev" to "ndev" that caused compilation erros Henrique Camargo
2010-07-29 16:03 ` Vasiliy Kulikov [this message]
2010-07-31  5:20 ` David Miller
2010-08-03  3:10   ` [PATCH] Fixes a typo from "dev" to "ndev" Henrique Camargo
2010-08-03  5:03     ` David Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100729160346.GA3318@albatros \
    --to=segooon@gmail.com \
    --cc=chaithrika@ti.com \
    --cc=davem@davemloft.net \
    --cc=henrique.camargo@ensitec.com.br \
    --cc=jpirko@redhat.com \
    --cc=khilman@deeprootsystems.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=srk@ti.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).