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:
92b8bd9
)
staging: wlan-ng: fixed block comment trailing
author
Juliana Rodrigues
<
[email protected]
>
Thu, 22 Sep 2016 06:01:28 +0000
(
03:01
-0300)
committer
Greg Kroah-Hartman
<
[email protected]
>
Thu, 22 Sep 2016 09:54:46 +0000
(11:54 +0200)
Moved trailing */ to a new line and added * to subsequent lines on a
block comment.
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 87ceebe1deca0d3d9d7f28609cffa97172c905e4..4e6ea761f299a68118a3d630e79254bfe6e340b5 100644
(file)
--- 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;