Re: [PATCH] fix space prohibited before that ','

From: Greg KH
Date: Sun Jan 25 2015 - 11:15:48 EST


On Mon, Jan 19, 2015 at 12:38:06PM +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@xxxxxxxxx>
> ---
> 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;
> }
> --
> 2.1.0

Someone else already sent in this patch before you did, sorry :(

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/