staging: wlan-ng: fixed block comment trailing
authorJuliana Rodrigues <juliana.orod@gmail.com>
Thu, 22 Sep 2016 06:01:28 +0000 (03:01 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
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 <juliana.orod@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wlan-ng/hfa384x.h

index 87ceebe..4e6ea76 100644 (file)
@@ -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;