staging: wlan-ng: fixed block comment trailing
Moved trailing */ to a new line and added * to subsequent lines on a block comment. Signed-off-by: Juliana Rodrigues <juliana.orod@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
92b8bd96fc
commit
5f0730fda8
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue