summaryrefslogtreecommitdiff
path: root/target/linux/atheros/files/drivers/net/ar2313/ar2313.h
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2008-04-20 06:40:36 +0000
committerGabor Juhos <juhosg@openwrt.org>2008-04-20 06:40:36 +0000
commit455331a8ec804a99280125ed17665b19ae30bae4 (patch)
treeb098b2b0f85d3f22b89b57ed8070e36109f6d058 /target/linux/atheros/files/drivers/net/ar2313/ar2313.h
parent23e3735ad5ae41911935cc04b042a6060da969df (diff)
downloadmtk-20170518-455331a8ec804a99280125ed17665b19ae30bae4.zip
mtk-20170518-455331a8ec804a99280125ed17665b19ae30bae4.tar.gz
mtk-20170518-455331a8ec804a99280125ed17665b19ae30bae4.tar.bz2
nuke trailing whitespaces
SVN-Revision: 10872
Diffstat (limited to 'target/linux/atheros/files/drivers/net/ar2313/ar2313.h')
-rw-r--r--target/linux/atheros/files/drivers/net/ar2313/ar2313.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/target/linux/atheros/files/drivers/net/ar2313/ar2313.h b/target/linux/atheros/files/drivers/net/ar2313/ar2313.h
index f1868e6..d4299ad 100644
--- a/target/linux/atheros/files/drivers/net/ar2313/ar2313.h
+++ b/target/linux/atheros/files/drivers/net/ar2313/ar2313.h
@@ -64,7 +64,7 @@ typedef struct {
} ETHERNET_STRUCT;
/********************************************************************
- * Interrupt controller
+ * Interrupt controller
********************************************************************/
typedef struct {
@@ -118,7 +118,7 @@ struct ar2313_private {
spinlock_t lock; /* Serialise access to device */
- /*
+ /*
* RX and TX descriptors, must be adjacent
*/
ar2313_descr_t *rx_ring;
@@ -128,19 +128,19 @@ struct ar2313_private {
struct sk_buff **rx_skb;
struct sk_buff **tx_skb;
- /*
+ /*
* RX elements
*/
u32 rx_skbprd;
u32 cur_rx;
- /*
+ /*
* TX elements
*/
u32 tx_prd;
u32 tx_csm;
- /*
+ /*
* Misc elements
*/
int board_idx;