All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging: wlan-ng: fixed block comment formatting
@ 2016-09-19 20:39 Juliana R
  0 siblings, 0 replies; only message in thread
From: Juliana R @ 2016-09-19 20:39 UTC (permalink / raw)
  To: gregkh, outreachy-kernel

This patch fixes a checkpatch warning in
a block comment by adapting it to the community
preferred coding style.

Signed-off-by: Juliana R <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..225cd64 100644
--- a/drivers/staging/wlan-ng/hfa384x.h
+++ b/drivers/staging/wlan-ng/hfa384x.h
@@ -110,7 +110,8 @@
 #define		HFA384x_ADDR_FLAT_CMD_OFF_MASK	(0x0000ffff)
 
 /* Mask bits for discarding unwanted pieces in AUX format
-   16-bit address parts */
+ * 16-bit address parts
+ */
 #define		HFA384x_ADDR_AUX_PAGE_MASK	(0xffff)
 #define		HFA384x_ADDR_AUX_OFF_MASK	(0x007f)
 
-- 
2.9.3



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-09-19 20:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-19 20:39 [PATCH] staging: wlan-ng: fixed block comment formatting Juliana R

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.