projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98090a0
)
staging: wlan-ng: fixed block comment formatting
author
Juliana Rodrigues
<
[email protected]
>
Thu, 22 Sep 2016 03:24:40 +0000
(
00:24
-0300)
committer
Greg Kroah-Hartman
<
[email protected]
>
Thu, 22 Sep 2016 09:54:46 +0000
(11:54 +0200)
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]
>
drivers/staging/wlan-ng/hfa384x.h
patch
|
blob
|
history
diff --git
a/drivers/staging/wlan-ng/hfa384x.h
b/drivers/staging/wlan-ng/hfa384x.h
index 4e6ea761f299a68118a3d630e79254bfe6e340b5..f8ee175662a1c79f23b589a0e841b81afd3190eb 100644
(file)
--- 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)