aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8712/rtl8712_xmit.h
diff options
context:
space:
mode:
authorJavier M. Mellid <jmunhoz@igalia.com>2011-04-02 03:01:49 +0200
committerGreg Kroah-Hartman <gregkh@suse.de>2011-04-20 14:13:31 -0700
commit0593758e4b71836d3a95714b626d273ee51173e0 (patch)
tree44bc83c1cf1d96e79737a14d95cc0c41d917c734 /drivers/staging/rtl8712/rtl8712_xmit.h
parent790c3093c05d844676c2b6becc093204a5df2175 (diff)
downloadkernel_samsung_smdk4412-0593758e4b71836d3a95714b626d273ee51173e0.zip
kernel_samsung_smdk4412-0593758e4b71836d3a95714b626d273ee51173e0.tar.gz
kernel_samsung_smdk4412-0593758e4b71836d3a95714b626d273ee51173e0.tar.bz2
staging: rtl8712: fixed coding style issues
Fixed some style and format issues with headers. Signed-off-by: Javier M. Mellid <jmunhoz@igalia.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/rtl8712/rtl8712_xmit.h')
-rw-r--r--drivers/staging/rtl8712/rtl8712_xmit.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/drivers/staging/rtl8712/rtl8712_xmit.h b/drivers/staging/rtl8712/rtl8712_xmit.h
index 5d77c51..12a080f 100644
--- a/drivers/staging/rtl8712/rtl8712_xmit.h
+++ b/drivers/staging/rtl8712/rtl8712_xmit.h
@@ -59,25 +59,16 @@
/*OFFSET 20*/
#define DISFB BIT(15)
-struct tx_desc{
-
+struct tx_desc {
/*DWORD 0*/
unsigned int txdw0;
-
unsigned int txdw1;
-
unsigned int txdw2;
-
unsigned int txdw3;
-
unsigned int txdw4;
-
unsigned int txdw5;
-
unsigned int txdw6;
-
unsigned int txdw7;
-
};