public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Aya Mahfouz <mahfouz.saif.elyazal@gmail.com>
To: Heba Aamer <heba93aamer@gmail.com>
Cc: devel@driverdev.osuosl.org, gclement@baobob.org,
	tvboxspy@gmail.com, gregkh@linuxfoundation.org,
	linux-kernel@vger.kernel.org, forest@alittletooquiet.net,
	joe@perches.com, silvagustavosilva@gmail.com,
	fred.chou.nd@gmail.com
Subject: Re: [PATCH v2] staging: vt6655: fix space prohibited before that ','
Date: Fri, 23 Jan 2015 02:03:53 +0200	[thread overview]
Message-ID: <20150123000353.GA2332@localhost.localdomain> (raw)
In-Reply-To: <20150119101630.GA8264@mohammed-Inspiron-3537>

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

      reply	other threads:[~2015-01-23  0:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-19 10:16 [PATCH v2] staging: vt6655: fix space prohibited before that ',' Heba Aamer
2015-01-23  0:03 ` Aya Mahfouz [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150123000353.GA2332@localhost.localdomain \
    --to=mahfouz.saif.elyazal@gmail.com \
    --cc=devel@driverdev.osuosl.org \
    --cc=forest@alittletooquiet.net \
    --cc=fred.chou.nd@gmail.com \
    --cc=gclement@baobob.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=heba93aamer@gmail.com \
    --cc=joe@perches.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=silvagustavosilva@gmail.com \
    --cc=tvboxspy@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox