aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuliana Rodrigues <[email protected]>2016-09-22 00:24:40 -0300
committerGreg Kroah-Hartman <[email protected]>2016-09-22 11:54:46 +0200
commit95842bc9fd03e51e4fa370c40542e2306d079699 (patch)
treeafa6b66edcde4df6c0e272a47861cb6b98d42dc9
parent98090a0ba794a96f0bc6703afe16b60b1baa396b (diff)
staging: wlan-ng: fixed block comment formatting
This patch fixes a checkpatch warning in a block comment by adapting it to the community preferred coding style. Signed-off-by: Juliana Rodrigues <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r--drivers/staging/wlan-ng/hfa384x.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/staging/wlan-ng/hfa384x.h b/drivers/staging/wlan-ng/hfa384x.h
index 4e6ea761f299..f8ee175662a1 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)