All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Staging: vt6655: removed redundant comments from iwctl.h
@ 2014-07-25 16:35 Igor Bezukh
  2014-07-27 18:37 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Igor Bezukh @ 2014-07-25 16:35 UTC (permalink / raw)
  To: gregkh; +Cc: devel, forest, linux-kernel, igbzkh

Removed redundant comments from iwctl.h header file.

Signed-off-by: Igor Bezukh <igbzkh@gmail.com>
---
 drivers/staging/vt6655/iwctl.h |   12 +-----------
 1 file changed, 1 insertion(+), 11 deletions(-)

diff --git a/drivers/staging/vt6655/iwctl.h b/drivers/staging/vt6655/iwctl.h
index 871bd7c..83a5a2d 100644
--- a/drivers/staging/vt6655/iwctl.h
+++ b/drivers/staging/vt6655/iwctl.h
@@ -31,14 +31,6 @@
 
 #include "device.h"
 
-/*---------------------  Export Definitions -------------------------*/
-
-/*---------------------  Export Classes  ----------------------------*/
-
-/*---------------------  Export Variables  --------------------------*/
-
-/*---------------------  Export Functions  --------------------------*/
-
 struct iw_statistics *iwctl_get_wireless_stats(struct net_device *dev);
 
 int iwctl_siwap(struct net_device *dev,
@@ -171,7 +163,6 @@ int iwctl_siwscan(struct net_device *dev,
 		  struct iw_param *wrq,
 		  char *extra);
 
-//2008-0409-07, <Add> by Einsn Liu
 #ifdef WPA_SUPPLICANT_DRIVER_WEXT_SUPPORT
 int iwctl_siwauth(struct net_device *dev,
 		  struct iw_request_info *info,
@@ -207,8 +198,7 @@ int iwctl_siwmlme(struct net_device *dev,
 		  struct iw_request_info *info,
 		  struct iw_point *wrq,
 		  char *extra);
-#endif // #ifdef WPA_SUPPLICANT_DRIVER_WEXT_SUPPORT
-//End Add -- //2008-0409-07, <Add> by Einsn Liu
+#endif
 
 extern const struct iw_handler_def	iwctl_handler_def;
 extern const struct iw_priv_args	iwctl_private_args;
-- 
1.7.9.5


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

* Re: [PATCH] Staging: vt6655: removed redundant comments from iwctl.h
  2014-07-25 16:35 [PATCH] Staging: vt6655: removed redundant comments from iwctl.h Igor Bezukh
@ 2014-07-27 18:37 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2014-07-27 18:37 UTC (permalink / raw)
  To: Igor Bezukh; +Cc: devel, forest, linux-kernel

On Fri, Jul 25, 2014 at 07:35:12PM +0300, Igor Bezukh wrote:
> Removed redundant comments from iwctl.h header file.
> 
> Signed-off-by: Igor Bezukh <igbzkh@gmail.com>
> ---
>  drivers/staging/vt6655/iwctl.h |   12 +-----------
>  1 file changed, 1 insertion(+), 11 deletions(-)

Also doesn't apply :(

refresh please?

thanks,

greg k-h

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

end of thread, other threads:[~2014-07-27 18:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-25 16:35 [PATCH] Staging: vt6655: removed redundant comments from iwctl.h Igor Bezukh
2014-07-27 18:37 ` 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.