All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] Staging: rtl8192u: Remove space before ','
       [not found] <cover.1424527515.git.ksenija.stanojevic@gmail.com>
@ 2015-02-21 14:06 ` Ksenija Stanojevic
  2015-02-26 21:29   ` [Outreachy kernel] " Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Ksenija Stanojevic @ 2015-02-21 14:06 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: Ksenija Stanojevic

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



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Outreachy kernel] [PATCH 1/3] Staging: rtl8192u: Remove space before ','
  2015-02-21 14:06 ` [PATCH 1/3] Staging: rtl8192u: Remove space before ',' Ksenija Stanojevic
@ 2015-02-26 21:29   ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2015-02-26 21:29 UTC (permalink / raw)
  To: Ksenija Stanojevic; +Cc: outreachy-kernel

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 :(


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-02-26 21:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [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   ` [Outreachy kernel] " Greg KH

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.