summaryrefslogtreecommitdiffstats
path: root/c/src/libchip/network/if_fxpreg.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/if_fxpreg.h
parent2004-04-20 Ralf Corsepius <ralf_corsepius@rtems.org> (diff)
downloadrtems-a3d3d9aeda34fd9c4535b6d59cf90f42528d273a.tar.bz2
Remove stray white spaces.
Diffstat (limited to '')
-rw-r--r--c/src/libchip/network/if_fxpreg.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/c/src/libchip/network/if_fxpreg.h b/c/src/libchip/network/if_fxpreg.h
index 28bf3b98ea..9bf4e59ff5 100644
--- a/c/src/libchip/network/if_fxpreg.h
+++ b/c/src/libchip/network/if_fxpreg.h
@@ -226,7 +226,7 @@ struct fxp_cb_mcs {
* chosen to make the total struct size an even power of two. It's
* critical that no TxCB be split across a page boundry since
* no attempt is made to allocate physically contiguous memory.
- *
+ *
*/
#ifdef __alpha__ /* XXX - should be conditional on pointer size */
#define FXP_NTXSEG 28
@@ -251,7 +251,7 @@ struct fxp_cb_tx {
/*
* The following structure isn't actually part of the TxCB,
* unless the extended TxCB feature is being used. In this
- * case, the first two elements of the structure below are
+ * case, the first two elements of the structure below are
* fetched along with the TxCB.
*/
volatile struct fxp_tbd tbd[FXP_NTXSEG];
@@ -331,7 +331,7 @@ struct fxp_stats {
};
#define FXP_STATS_DUMP_COMPLETE 0xa005
#define FXP_STATS_DR_COMPLETE 0xa007
-
+
/*
* Serial EEPROM control register bits
*/