summaryrefslogtreecommitdiffstats
path: root/c/src/libchip/network/i82586var.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-04-20 10:43:39 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-04-20 10:43:39 +0000
commita3d3d9aeda34fd9c4535b6d59cf90f42528d273a (patch)
tree81942c70217e54a1bead1ea20e360339e16c7be5 /c/src/libchip/network/i82586var.h
parent2004-04-20 Ralf Corsepius <ralf_corsepius@rtems.org> (diff)
downloadrtems-a3d3d9aeda34fd9c4535b6d59cf90f42528d273a.tar.bz2
Remove stray white spaces.
Diffstat (limited to 'c/src/libchip/network/i82586var.h')
-rw-r--r--c/src/libchip/network/i82586var.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/c/src/libchip/network/i82586var.h b/c/src/libchip/network/i82586var.h
index f250fe03d0..c9421a6732 100644
--- a/c/src/libchip/network/i82586var.h
+++ b/c/src/libchip/network/i82586var.h
@@ -199,7 +199,7 @@ struct ie_softc {
struct arpcom arpcom;
/*
- * For RTEMS we run the tx and rx handlers under a task due to the
+ * For RTEMS we run the tx and rx handlers under a task due to the
* network semaphore stuff.
*/
@@ -225,7 +225,7 @@ struct ie_softc {
u_int16_t value);
void (*ie_bus_write24) (struct ie_softc *, int offset,
int addr);
- void (*ie_bus_barrier) (struct ie_softc *, int offset,
+ void (*ie_bus_barrier) (struct ie_softc *, int offset,
int length, int flags);
/* Media management */
@@ -296,9 +296,9 @@ do { rtems_interrupt_level level; rtems_interrupt_disable (level); \
int sc_debug;
unsigned int trace_flow[I82586_TRACE_FLOW * 2];
- unsigned int trace_flow_wrap;
+ unsigned int trace_flow_wrap;
#endif
- unsigned int trace_flow_in;
+ unsigned int trace_flow_in;
};
/* Exported functions */