From: Igor Bezukh Date: Tue, 22 Jul 2014 12:25:18 +0000 (+0300) Subject: Staging: vt6655: remove redundant comments from 80211hdr.h X-Git-Tag: v4.9.8~5976^2~348 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7a43ba4221aba096aedda5bf136c4b767d335c9b;p=platform%2Fkernel%2Flinux-rpi3.git Staging: vt6655: remove redundant comments from 80211hdr.h Removed redundant comments from 80211hdr.h header file Signed-off-by: Igor Bezukh Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/vt6655/80211hdr.h b/drivers/staging/vt6655/80211hdr.h index ba155cd..e05d135 100644 --- a/drivers/staging/vt6655/80211hdr.h +++ b/drivers/staging/vt6655/80211hdr.h @@ -33,7 +33,6 @@ #include "ttype.h" -/*--------------------- Export Definitions -------------------------*/ /* bit type */ #define BIT0 0x00000001 #define BIT1 0x00000002 @@ -315,10 +314,4 @@ typedef union tagUWLAN_80211HDR { WLAN_80211HDR_A4 sA4; } UWLAN_80211HDR, *PUWLAN_80211HDR; -/*--------------------- Export Classes ----------------------------*/ - -/*--------------------- Export Variables --------------------------*/ - -/*--------------------- Export Functions --------------------------*/ - #endif /* __80211HDR_H__ */