From: Juliana Rodrigues Date: Thu, 22 Sep 2016 06:01:28 +0000 (-0300) Subject: staging: wlan-ng: fixed block comment trailing X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=5f0730fda824e4a708d5f307e806b0176f86dcd3;p=linux-beck.git 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/wlan-ng/hfa384x.h b/drivers/staging/wlan-ng/hfa384x.h index 87ceebe1deca..4e6ea761f299 100644 --- 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;