All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Staging: vt6655: Deleted space
@ 2015-02-20 20:00 Hatice ERTÜRK
  2015-02-26 18:27 ` [Outreachy kernel] " Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Hatice ERTÜRK @ 2015-02-20 20:00 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: Hatice ERTURK

Deleted spaces before ','.Because it is prohibited by the kernel coding style.
Error found with checkpatch.pl

Signed-off-by: Hatice ERTURK <haticeerturk27@gmail.com>
---
 drivers/staging/vt6655/mac.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/vt6655/mac.c b/drivers/staging/vt6655/mac.c
index dd241bb..f3c492f 100644
--- a/drivers/staging/vt6655/mac.c
+++ b/drivers/staging/vt6655/mac.c
@@ -808,7 +808,7 @@ bool MACbPSWakeup(void __iomem *dwIoBase)
 
 	/* Check if SyncFlushOK */
 	for (ww = 0; ww < W_MAX_TIMEOUT; ww++) {
-		VNSvInPortB(dwIoBase + MAC_REG_PSCTL , &byOrgValue);
+		VNSvInPortB(dwIoBase + MAC_REG_PSCTL, &byOrgValue);
 		if (byOrgValue & PSCTL_WAKEDONE)
 			break;
 	}
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Outreachy kernel] [PATCH] Staging: vt6655: Deleted space
  2015-02-20 20:00 [PATCH] Staging: vt6655: Deleted space Hatice ERTÜRK
@ 2015-02-26 18:27 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2015-02-26 18:27 UTC (permalink / raw)
  To: Hatice ERTÜRK; +Cc: outreachy-kernel

On Fri, Feb 20, 2015 at 10:00:57PM +0200, Hatice ERT�RK wrote:
> Deleted spaces before ','.Because it is prohibited by the kernel coding style.
> Error found with checkpatch.pl
> 
> Signed-off-by: Hatice ERTURK <haticeerturk27@gmail.com>
> ---
>  drivers/staging/vt6655/mac.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/staging/vt6655/mac.c b/drivers/staging/vt6655/mac.c
> index dd241bb..f3c492f 100644
> --- a/drivers/staging/vt6655/mac.c
> +++ b/drivers/staging/vt6655/mac.c
> @@ -808,7 +808,7 @@ bool MACbPSWakeup(void __iomem *dwIoBase)
>  
>  	/* Check if SyncFlushOK */
>  	for (ww = 0; ww < W_MAX_TIMEOUT; ww++) {
> -		VNSvInPortB(dwIoBase + MAC_REG_PSCTL , &byOrgValue);
> +		VNSvInPortB(dwIoBase + MAC_REG_PSCTL, &byOrgValue);
>  		if (byOrgValue & PSCTL_WAKEDONE)
>  			break;
>  	}
> -- 
> 1.9.1

This fix is already in my tree, are you sure you are working against the
latest kernel release?

thanks,

greg k-h


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-02-26 18:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-20 20:00 [PATCH] Staging: vt6655: Deleted space Hatice ERTÜRK
2015-02-26 18:27 ` [Outreachy kernel] " Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.