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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 23 Jan 2015 02:06:07 +0200
From:	Aya Mahfouz <mahfouz.saif.elyazal@...il.com>
To:	Mohamed Lotfy Hammad <mohamed.lotfy.hammad@...il.com>
Cc:	devel@...verdev.osuosl.org, gclement@...bob.org,
	tvboxspy@...il.com, gregkh@...uxfoundation.org,
	linux-kernel@...r.kernel.org, forest@...ttletooquiet.net,
	joe@...ches.com, silvagustavosilva@...il.com,
	fred.chou.nd@...il.com
Subject: Re: [PATCH] staging: vt6655: mac.h: fix space prohibited before that
 ','

On Mon, Jan 19, 2015 at 02:30:25PM +0200, Mohamed Lotfy Hammad wrote:
> This patch fixes the following checkpatch.pl error:
> fix space prohibited before that ','
> 
> Signed-off-by: Mohamed Lotfy Hammad <mohamed.lotfy.hammad@...il.com>
Reviewed-by: Aya Mahfouz <mahfouz.saif.elyazal@...il.com>

> ---
>  drivers/staging/vt6655/mac.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/staging/vt6655/mac.h b/drivers/staging/vt6655/mac.h
> index e1e7e10..4985c63 100644
> --- a/drivers/staging/vt6655/mac.h
> +++ b/drivers/staging/vt6655/mac.h
> @@ -888,7 +888,7 @@ do {									\
>  	VNSvOutPortB(dwIoBase + MAC_REG_PAGE1SEL, 1)
>  
>  #define MACvReadMIBCounter(dwIoBase, pdwCounter)			\
> -	VNSvInPortD(dwIoBase + MAC_REG_MIBCNTR , pdwCounter)
> +	VNSvInPortD(dwIoBase + MAC_REG_MIBCNTR, pdwCounter)
>  
>  #define MACvPwrEvntDisable(dwIoBase)					\
>  	VNSvOutPortW(dwIoBase + MAC_REG_WAKEUPEN0, 0x0000)
> -- 
> 2.1.0
> 
> _______________________________________________
> devel mailing list
> devel@...uxdriverproject.org
> http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
--
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