From: Greg KH <gregkh@linuxfoundation.org>
To: Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
Cc: outreachy-kernel@googlegroups.com
Subject: Re: [Outreachy kernel] [PATCH 1/3] Staging: rtl8192u: Remove space before ','
Date: Thu, 26 Feb 2015 13:29:24 -0800 [thread overview]
Message-ID: <20150226212924.GA15412@kroah.com> (raw)
In-Reply-To: <376efd2304214b6bbdd97ea0bf0b55bb7567ea33.1424527515.git.ksenija.stanojevic@gmail.com>
On Sat, Feb 21, 2015 at 03:06:14PM +0100, Ksenija Stanojevic wrote:
> This patch removes space before ','.
> Issue found by checkpatch.pl.
>
> Signed-off-by: Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
> ---
> drivers/staging/rtl8192u/r8190_rtl8256.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/staging/rtl8192u/r8190_rtl8256.h b/drivers/staging/rtl8192u/r8190_rtl8256.h
> index fa6dd37..ddddd70 100644
> --- a/drivers/staging/rtl8192u/r8190_rtl8256.h
> +++ b/drivers/staging/rtl8192u/r8190_rtl8256.h
> @@ -14,7 +14,7 @@
> #define RTL8225H
>
> #define RTL819X_TOTAL_RF_PATH 2 //for 8192U
> -extern void PHY_SetRF8256Bandwidth(struct net_device *dev , HT_CHANNEL_WIDTH Bandwidth);
> +extern void PHY_SetRF8256Bandwidth(struct net_device *dev, HT_CHANNEL_WIDTH Bandwidth);
> extern void PHY_RF8256_Config(struct net_device *dev);
> extern void phy_RF8256_Config_ParaFile(struct net_device *dev);
> extern void PHY_SetRF8256CCKTxPower(struct net_device *dev, u8 powerlevel);
> --
> 1.9.1
Patch does not apply :(
prev parent reply other threads:[~2015-02-26 21:29 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <cover.1424527515.git.ksenija.stanojevic@gmail.com>
2015-02-21 14:06 ` [PATCH 1/3] Staging: rtl8192u: Remove space before ',' Ksenija Stanojevic
2015-02-26 21:29 ` 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=20150226212924.GA15412@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=ksenija.stanojevic@gmail.com \
--cc=outreachy-kernel@googlegroups.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 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.