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:	Tue, 23 Feb 2010 16:35:42 -0800
From:	Greg KH <greg@...ah.com>
To:	Gordon Mitchell <gordon@...goyne.me.uk>
Cc:	Greg Kroah-Hartman <gregkh@...e.de>, devel@...verdev.osuosl.org,
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH] Staging: rtl8187se: Fixed coding style issues

On Sat, Feb 13, 2010 at 10:57:43PM +0000, Gordon Mitchell wrote:
> 
> commit eaf625ed89a5bbf40ef1e2740f2de6b6ac322c01
> Author: Gordon Mitchell <gordon@...goyne.me.uk>
> Date:   Sat Feb 13 21:09:24 2010 +0000
> 
>     Staging: rtl8187se: Apply kernel coding styles to r8180_93cx6.c
>     This patch to r8180_93cx6.c corrects errors and warnings found
>     by checkpatch.pl
>     Signed-off-by: Gordon Mitchell <gordon@...goyne.me.uk>
> 
> diff --git a/drivers/staging/rtl8187se/r8180_93cx6.c b/drivers/staging/rtl8187se/r8180_93cx6.c
> index 7e4711f..2a29cff 100644
> --- a/drivers/staging/rtl8187se/r8180_93cx6.c
> +++ b/drivers/staging/rtl8187se/r8180_93cx6.c
> @@ -22,13 +22,13 @@
>  
>  void eprom_cs(struct net_device *dev, short bit)
>  {
> -       if(bit)
> +       if (bit)
>                 write_nic_byte(dev, EPROM_CMD,

Hm, the tabs got converted to spaces here.  Care to try resending this
again?

thanks,

greg k-h
--
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