public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Mohamed Lotfy Hammad <mohamed.lotfy.hammad@gmail.com>
Cc: devel@driverdev.osuosl.org, gclement@baobob.org,
	tvboxspy@gmail.com, linux-kernel@vger.kernel.org,
	forest@alittletooquiet.net, joe@perches.com,
	silvagustavosilva@gmail.com, fred.chou.nd@gmail.com
Subject: Re: [PATCH] staging: vt6655: mac.h: fix space prohibited before that ','
Date: Sun, 25 Jan 2015 19:41:24 +0800	[thread overview]
Message-ID: <20150125114124.GA23094@kroah.com> (raw)
In-Reply-To: <20150119123025.GA24976@lotfy1893-Ubuntu>

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@gmail.com>
> Reviewed-by: Aya Mahfouz <mahfouz.saif.elyazal@gmail.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)

Doesn't apply to my staging-next branch of staging.git :(

      parent reply	other threads:[~2015-01-25 16:15 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-19 12:30 [PATCH] staging: vt6655: mac.h: fix space prohibited before that ',' Mohamed Lotfy Hammad
2015-01-23  0:06 ` Aya Mahfouz
2015-01-25 11:41 ` Greg KH [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=20150125114124.GA23094@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=devel@driverdev.osuosl.org \
    --cc=forest@alittletooquiet.net \
    --cc=fred.chou.nd@gmail.com \
    --cc=gclement@baobob.org \
    --cc=joe@perches.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mohamed.lotfy.hammad@gmail.com \
    --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