[PATCH] Staging: rtl8187se: Fixed coding style issues
Greg KH
greg at kroah.com
Tue Feb 23 16:35:42 PST 2010
On Sat, Feb 13, 2010 at 10:57:43PM +0000, Gordon Mitchell wrote:
>
> commit eaf625ed89a5bbf40ef1e2740f2de6b6ac322c01
> Author: Gordon Mitchell <gordon at dumgoyne.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 at dumgoyne.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
More information about the devel
mailing list