All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Staging:wlan-ng:hfa384x: fixed 80 character line limit coding style issue
@ 2016-10-21 12:42 Nadim Almas
  2016-10-25  8:48 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Nadim Almas @ 2016-10-21 12:42 UTC (permalink / raw)
  To: gregkh; +Cc: devel, linux-kernel

Fixed coding style issue

Signed-off-by: Nadim Almas <nadim.902@gmail.com>
---
 drivers/staging/wlan-ng/hfa384x.h | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/wlan-ng/hfa384x.h b/drivers/staging/wlan-ng/hfa384x.h
index 6337b1d..cca2652 100644
--- a/drivers/staging/wlan-ng/hfa384x.h
+++ b/drivers/staging/wlan-ng/hfa384x.h
@@ -1349,7 +1349,9 @@ struct hfa384x {
 						  * interface
 						  */
 
-	struct hfa384x_caplevel cap_act_sta_mfi; /* sta f/w to modem interface */
+	struct hfa384x_caplevel cap_act_sta_mfi; /*
+						  * sta f/w to modem interface
+						  */
 
 	struct hfa384x_caplevel cap_act_ap_cfi;	/*
 						 * ap f/w to controller
@@ -1371,7 +1373,9 @@ struct hfa384x {
 
 	struct hfa384x_inf_frame *scanresults;
 
-	struct prism2sta_authlist authlist;	/* Authenticated station list. */
+	struct prism2sta_authlist authlist;	/*
+						 * Authenticated station list
+						 */
 	unsigned int accessmode;		/* Access mode. */
 	struct prism2sta_accesslist allow;	/* Allowed station list. */
 	struct prism2sta_accesslist deny;	/* Denied station list. */
-- 
2.7.4

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

* Re: [PATCH] Staging:wlan-ng:hfa384x: fixed 80 character line limit coding style issue
  2016-10-21 12:42 [PATCH] Staging:wlan-ng:hfa384x: fixed 80 character line limit coding style issue Nadim Almas
@ 2016-10-25  8:48 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2016-10-25  8:48 UTC (permalink / raw)
  To: Nadim Almas; +Cc: devel, linux-kernel

On Fri, Oct 21, 2016 at 06:12:32PM +0530, Nadim Almas wrote:
> Fixed coding style issue
> 
> Signed-off-by: Nadim Almas <nadim.902@gmail.com>
> ---
>  drivers/staging/wlan-ng/hfa384x.h | 8 ++++++--
>  1 file changed, 6 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/staging/wlan-ng/hfa384x.h b/drivers/staging/wlan-ng/hfa384x.h
> index 6337b1d..cca2652 100644
> --- a/drivers/staging/wlan-ng/hfa384x.h
> +++ b/drivers/staging/wlan-ng/hfa384x.h
> @@ -1349,7 +1349,9 @@ struct hfa384x {
>  						  * interface
>  						  */
>  
> -	struct hfa384x_caplevel cap_act_sta_mfi; /* sta f/w to modem interface */
> +	struct hfa384x_caplevel cap_act_sta_mfi; /*
> +						  * sta f/w to modem interface
> +						  */
>  
>  	struct hfa384x_caplevel cap_act_ap_cfi;	/*
>  						 * ap f/w to controller
> @@ -1371,7 +1373,9 @@ struct hfa384x {
>  
>  	struct hfa384x_inf_frame *scanresults;
>  
> -	struct prism2sta_authlist authlist;	/* Authenticated station list. */
> +	struct prism2sta_authlist authlist;	/*
> +						 * Authenticated station list
> +						 */

These changes really don't make things more readable, do they?  Put the
comment above the variable if you really care, or just don't worry about
the 1 or 2 characters over the line-length limit here.

thanks,

greg k-h

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

end of thread, other threads:[~2016-10-25  8:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-21 12:42 [PATCH] Staging:wlan-ng:hfa384x: fixed 80 character line limit coding style issue Nadim Almas
2016-10-25  8:48 ` 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.