All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging: wlan-ng: fixed block comment trailing
@ 2016-09-22  5:37 Juliana Rodrigues
  2016-09-22  5:41 ` [Outreachy kernel] " Julia Lawall
  0 siblings, 1 reply; 2+ messages in thread
From: Juliana Rodrigues @ 2016-09-22  5:37 UTC (permalink / raw)
  To: outreachy-kernel, gregkh

Moved trailing */ to a new line and added * to subsequent
lines on a block comment.

Signed-off-by: Juliana Rodrigues <juliana.orod@gmail.com>
---
 drivers/staging/wlan-ng/hfa384x.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/staging/wlan-ng/hfa384x.h b/drivers/staging/wlan-ng/hfa384x.h
index 87ceebe..4e6ea76 100644
--- a/drivers/staging/wlan-ng/hfa384x.h
+++ b/drivers/staging/wlan-ng/hfa384x.h
@@ -1297,7 +1297,8 @@ typedef struct hfa384x {
 	int dbmadjust;
 
 	/* Group Addresses - right now, there are up to a total
-	   of MAX_GRP_ADDR group addresses */
+	 * of MAX_GRP_ADDR group addresses
+	 */
 	u8 dot11_grp_addr[MAX_GRP_ADDR][ETH_ALEN];
 	unsigned int dot11_grpcnt;
 
-- 
2.10.0



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

* Re: [Outreachy kernel] [PATCH] staging: wlan-ng: fixed block comment trailing
  2016-09-22  5:37 [PATCH] staging: wlan-ng: fixed block comment trailing Juliana Rodrigues
@ 2016-09-22  5:41 ` Julia Lawall
  0 siblings, 0 replies; 2+ messages in thread
From: Julia Lawall @ 2016-09-22  5:41 UTC (permalink / raw)
  To: Juliana Rodrigues; +Cc: outreachy-kernel, gregkh



On Thu, 22 Sep 2016, Juliana Rodrigues wrote:

> Moved trailing */ to a new line and added * to subsequent
> lines on a block comment.

This one looks more natural, width-wise, but there is still more space
available.

julia

>
> Signed-off-by: Juliana Rodrigues <juliana.orod@gmail.com>
> ---
>  drivers/staging/wlan-ng/hfa384x.h | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/staging/wlan-ng/hfa384x.h b/drivers/staging/wlan-ng/hfa384x.h
> index 87ceebe..4e6ea76 100644
> --- a/drivers/staging/wlan-ng/hfa384x.h
> +++ b/drivers/staging/wlan-ng/hfa384x.h
> @@ -1297,7 +1297,8 @@ typedef struct hfa384x {
>  	int dbmadjust;
>
>  	/* Group Addresses - right now, there are up to a total
> -	   of MAX_GRP_ADDR group addresses */
> +	 * of MAX_GRP_ADDR group addresses
> +	 */
>  	u8 dot11_grp_addr[MAX_GRP_ADDR][ETH_ALEN];
>  	unsigned int dot11_grpcnt;
>
> --
> 2.10.0
>
> --
> You received this message because you are subscribed to the Google Groups "outreachy-kernel" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to outreachy-kernel+unsubscribe@googlegroups.com.
> To post to this group, send email to outreachy-kernel@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/outreachy-kernel/20160922053719.GA27381%40spock.
> For more options, visit https://groups.google.com/d/optout.
>


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

end of thread, other threads:[~2016-09-22  5:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-22  5:37 [PATCH] staging: wlan-ng: fixed block comment trailing Juliana Rodrigues
2016-09-22  5:41 ` [Outreachy kernel] " Julia Lawall

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.