aboutsummaryrefslogtreecommitdiffstats
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
commit0c29aee60a13b3c651ea0a00be90a86bdaf0afd7 (patch)
treefd6c26b8d0853fb9f06af10fc1d187c0f863f87c /target/linux/atheros/files/drivers/net/ar2313/ar2313.h
parent60797bacddfbc09576e844dceffd04fa12ca4e5c (diff)
downloadmaster-187ad058-0c29aee60a13b3c651ea0a00be90a86bdaf0afd7.tar.gz
master-187ad058-0c29aee60a13b3c651ea0a00be90a86bdaf0afd7.tar.bz2
master-187ad058-0c29aee60a13b3c651ea0a00be90a86bdaf0afd7.zip
[atheros] nuke trailing whitespaces
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10872 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 f1868e6c3c..d4299addcd 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;