summaryrefslogtreecommitdiffstats
path: root/c/src/libchip/network/if_fxpreg.h
diff options
context:
space:
mode:
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
*/