* [PATCH v2] staging: vt6655: fix space prohibited before that ','
@ 2015-01-19 10:16 Heba Aamer
2015-01-23 0:03 ` Aya Mahfouz
0 siblings, 1 reply; 2+ messages in thread
From: Heba Aamer @ 2015-01-19 10:16 UTC (permalink / raw)
To: devel
Cc: forest, gregkh, tvboxspy, guido, silvagustavosilva, fred.chou.nd,
gclement, joe, linux-kernel
This patch fixes the following checkpatch.pl error:
fix space prohibited before that ','
Signed-off-by: Heba Aamer <heba93aamer@gmail.com>
---
v2: added Signed-off line
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 63c9c7e..3653a2b 100644
--- a/drivers/staging/vt6655/mac.c
+++ b/drivers/staging/vt6655/mac.c
@@ -789,7 +789,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.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH v2] staging: vt6655: fix space prohibited before that ','
2015-01-19 10:16 [PATCH v2] staging: vt6655: fix space prohibited before that ',' Heba Aamer
@ 2015-01-23 0:03 ` Aya Mahfouz
0 siblings, 0 replies; 2+ messages in thread
From: Aya Mahfouz @ 2015-01-23 0:03 UTC (permalink / raw)
To: Heba Aamer
Cc: devel, gclement, tvboxspy, gregkh, linux-kernel, forest, joe,
silvagustavosilva, fred.chou.nd
On Mon, Jan 19, 2015 at 12:16:30PM +0200, Heba Aamer wrote:
> This patch fixes the following checkpatch.pl error:
> fix space prohibited before that ','
>
> Signed-off-by: Heba Aamer <heba93aamer@gmail.com>
Reviewed-by: Aya Mahfouz <mahfouz.saif.elyazal@gmail.com>
> ---
> v2: added Signed-off line
>
> 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 63c9c7e..3653a2b 100644
> --- a/drivers/staging/vt6655/mac.c
> +++ b/drivers/staging/vt6655/mac.c
> @@ -789,7 +789,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.7.9.5
>
> _______________________________________________
> devel mailing list
> devel@linuxdriverproject.org
> http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-01-23 0:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-19 10:16 [PATCH v2] staging: vt6655: fix space prohibited before that ',' Heba Aamer
2015-01-23 0:03 ` Aya Mahfouz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox