aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ibmlana.h
diff options
context:
space:
mode:
authorJeff Garzik <jeff@garzik.org>2006-05-24 01:31:14 -0400
committerJeff Garzik <jeff@garzik.org>2006-05-24 01:31:14 -0400
commitd7fbeba60b4021dfaf5d315884fbf7672b4ae87b (patch)
tree1da0475fa710af806a2a83d6ee9f6d16c144a028 /drivers/net/ibmlana.h
parent[PATCH] ibmveth change buffer pools dynamically (diff)
downloadlinux-dev-d7fbeba60b4021dfaf5d315884fbf7672b4ae87b.tar.xz
linux-dev-d7fbeba60b4021dfaf5d315884fbf7672b4ae87b.zip
[netdrvr ibmlana, ibmveth] trim trailing whitespace
Diffstat (limited to 'drivers/net/ibmlana.h')
-rw-r--r--drivers/net/ibmlana.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/ibmlana.h b/drivers/net/ibmlana.h
index 458ee226e537..6b58bab9e308 100644
--- a/drivers/net/ibmlana.h
+++ b/drivers/net/ibmlana.h
@@ -17,7 +17,7 @@
/* media enumeration - defined in a way that it fits onto the LAN/A's
POS registers... */
-typedef enum {
+typedef enum {
Media_10BaseT, Media_10Base5,
Media_Unknown, Media_10Base2, Media_Count
} ibmlana_medium;
@@ -27,7 +27,7 @@ typedef enum {
typedef struct {
unsigned int slot; /* MCA-Slot-# */
struct net_device_stats stat; /* packet statistics */
- int realirq; /* memorizes actual IRQ, even when
+ int realirq; /* memorizes actual IRQ, even when
currently not allocated */
ibmlana_medium medium; /* physical cannector */
u32 tdastart, txbufstart, /* addresses */
@@ -41,7 +41,7 @@ typedef struct {
spinlock_t lock;
} ibmlana_priv;
-/* this card uses quite a lot of I/O ports...luckily the MCA bus decodes
+/* this card uses quite a lot of I/O ports...luckily the MCA bus decodes
a full 64K I/O range... */
#define IBM_LANA_IORANGE 0xa0