lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 29 Jul 2010 20:03:46 +0400
From:	Vasiliy Kulikov <segooon@...il.com>
To:	Henrique Camargo <henrique.camargo@...itec.com.br>
Cc:	"David S. Miller" <davem@...emloft.net>,
	Chaithrika U S <chaithrika@...com>,
	Sriramakrishnan <srk@...com>,
	Kevin Hilman <khilman@...prootsystems.com>,
	Jiri Pirko <jpirko@...hat.com>, netdev@...r.kernel.org,
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH] drivers: Fixes a typo from "dev" to "ndev" that caused
 compilation erros.

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@...itec.com.br>

Thanks,
Reviewed-by: Kulikov Vasiliy <segooon@...il.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ