]> Pileus Git - ~andy/linux/commitdiff
Staging: vt6655: Fixed ERROR: do not use C99 // comments in vt6655/80211hdr.h
authorTülin İzer <tulinizer@gmail.com>
Wed, 15 May 2013 20:42:24 +0000 (23:42 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 16 May 2013 22:52:00 +0000 (15:52 -0700)
This patch fixes ERROR: do not use C99 // comments found by checkpatch
in vt6655/80211hdr.h.

Signed-off-by: Tülin İzer <tulinizer@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6655/80211hdr.h

index 28078a114d4fe1cbcc2e4304164b911259befea0..ba533402a9aff74730a5a3abc7d5e289d2c70a7c 100644 (file)
@@ -68,7 +68,7 @@
 #define BIT30  0x40000000
 #define BIT31  0x80000000
 
-// 802.11 frame related, defined as 802.11 spec
+/* 802.11 frame related, defined as 802.11 spec */
 #define WLAN_ADDR_LEN               6
 #define WLAN_CRC_LEN                4
 #define WLAN_CRC32_LEN              4