From: Tülin İzer Date: Wed, 15 May 2013 20:42:24 +0000 (+0300) Subject: Staging: vt6655: Fixed ERROR: do not use C99 // comments in vt6655/80211hdr.h X-Git-Tag: v3.11-rc1~158^2~708 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=bd83515a9024460e1743bd82d665af8206d34e7e;p=~emulex%2Finfiniband.git Staging: vt6655: Fixed ERROR: do not use C99 // comments in vt6655/80211hdr.h This patch fixes ERROR: do not use C99 // comments found by checkpatch in vt6655/80211hdr.h. Signed-off-by: Tülin İzer Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/vt6655/80211hdr.h b/drivers/staging/vt6655/80211hdr.h index 28078a114d4..ba533402a9a 100644 --- a/drivers/staging/vt6655/80211hdr.h +++ b/drivers/staging/vt6655/80211hdr.h @@ -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