aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/vt6656/80211hdr.h
diff options
context:
space:
mode:
authorAndres More <more.andres@gmail.com>2013-03-26 18:18:30 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-03-28 16:06:27 -0700
commit9fbafdd9add10e349deeb1f38290943d5107e276 (patch)
tree54ad92d792967727d0ca7f37579a3ecf4c313d96 /drivers/staging/vt6656/80211hdr.h
parent1cedfa317eb15a82b4e44ed868f4e451238d5aea (diff)
staging: vt6656: remove consecutive newlines
Several sed -i '/^$/{ N /^\n$/ D }' drivers/staging/vt6656/*.[ch] Signed-off-by: Andres More <more.andres@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/vt6656/80211hdr.h')
-rw-r--r--drivers/staging/vt6656/80211hdr.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/staging/vt6656/80211hdr.h b/drivers/staging/vt6656/80211hdr.h
index 2b42f8a7cc2..000304ffad6 100644
--- a/drivers/staging/vt6656/80211hdr.h
+++ b/drivers/staging/vt6656/80211hdr.h
@@ -28,7 +28,6 @@
#ifndef __80211HDR_H__
#define __80211HDR_H__
-
/* bit type */
#define BIT0 0x00000001
#define BIT1 0x00000002
@@ -322,7 +321,4 @@ typedef union tagUWLAN_80211HDR {
} UWLAN_80211HDR, *PUWLAN_80211HDR;
-
-
-
#endif /* __80211HDR_H__ */