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] [day] [month] [year] [list]
Date:	Sat, 9 Jan 2010 13:22:06 +0100
From:	Dominik Brodowski <linux@...inikbrodowski.net>
To:	Alexander Beregalov <a.beregalov@...il.com>
Cc:	netdev@...r.kernel.org
Subject: Re: [PATCH] pcmci: remove odd bracket

On Thu, Jan 07, 2010 at 02:05:46AM +0300, Alexander Beregalov wrote:
> Signed-off-by: Alexander Beregalov <a.beregalov@...il.com>
> ---
>  drivers/net/pcmcia/nmclan_cs.c |    1 -
>  1 files changed, 0 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/net/pcmcia/nmclan_cs.c b/drivers/net/pcmcia/nmclan_cs.c
> index 8a5ae3b..12e3233 100644
> --- a/drivers/net/pcmcia/nmclan_cs.c
> +++ b/drivers/net/pcmcia/nmclan_cs.c
> @@ -1402,7 +1402,6 @@ static void BuildLAF(int *ladrf, int *adr)
>    for (i = 0; i < 8; i++)
>      printk(KERN_CONT " %02X", ladrf[i]);
>    printk(KERN_CONT "\n");
> -  }
>  #endif
>  } /* BuildLAF */

Thanks, merged your patch to the pcmcia git tree (but renamed it to:

	pcmcia: remove odd bracket in nmclan_cs.c

).

Best,
	Dominik
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ