All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2/3] Staging: rtl8192u: Convert comment from C99 to C89 style
       [not found] <cover.1424527587.git.ksenija.stanojevic@gmail.com>
@ 2015-02-21 14:07 ` Ksenija Stanojevic
  2015-02-26 21:28   ` [Outreachy kernel] " Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Ksenija Stanojevic @ 2015-02-21 14:07 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: Ksenija Stanojevic

Kernel style for comments is C89 style. 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 ddddd70..7a5a388 100644
--- a/drivers/staging/rtl8192u/r8190_rtl8256.h
+++ b/drivers/staging/rtl8192u/r8190_rtl8256.h
@@ -13,7 +13,7 @@
 #ifndef RTL8225H
 #define RTL8225H
 
-#define RTL819X_TOTAL_RF_PATH 2 //for 8192U
+#define RTL819X_TOTAL_RF_PATH 2 /* for 8192U */
 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);
-- 
1.9.1



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

* Re: [Outreachy kernel] [PATCH 2/3] Staging: rtl8192u: Convert comment from C99 to C89 style
  2015-02-21 14:07 ` [PATCH 2/3] Staging: rtl8192u: Convert comment from C99 to C89 style Ksenija Stanojevic
@ 2015-02-26 21:28   ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2015-02-26 21:28 UTC (permalink / raw)
  To: Ksenija Stanojevic; +Cc: outreachy-kernel

On Sat, Feb 21, 2015 at 03:07:23PM +0100, Ksenija Stanojevic wrote:
> Kernel style for comments is C89 style. 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 ddddd70..7a5a388 100644
> --- a/drivers/staging/rtl8192u/r8190_rtl8256.h
> +++ b/drivers/staging/rtl8192u/r8190_rtl8256.h
> @@ -13,7 +13,7 @@
>  #ifndef RTL8225H
>  #define RTL8225H
>  
> -#define RTL819X_TOTAL_RF_PATH 2 //for 8192U
> +#define RTL819X_TOTAL_RF_PATH 2 /* for 8192U */
>  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);
> -- 
> 1.9.1

This patch doesn't apply :(


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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <cover.1424527587.git.ksenija.stanojevic@gmail.com>
2015-02-21 14:07 ` [PATCH 2/3] Staging: rtl8192u: Convert comment from C99 to C89 style Ksenija Stanojevic
2015-02-26 21:28   ` [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.