Commit 5f0730fd authored by Juliana Rodrigues's avatar Juliana Rodrigues Committed by Greg Kroah-Hartman
Browse files

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: default avatarJuliana Rodrigues <juliana.orod@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 92b8bd96
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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;