diff options
| author | Pyun YongHyeon <yongari@FreeBSD.org> | 2008-11-25 00:48:05 +0000 |
|---|---|---|
| committer | Pyun YongHyeon <yongari@FreeBSD.org> | 2008-11-25 00:48:05 +0000 |
| commit | f56e7f74900e3e32436332e1de124125b0040fe1 (patch) | |
| tree | 60b6460587c96f10be4d3d4596295e5b8c0a8195 /sys/dev/fxp/if_fxpreg.h | |
| parent | 5941227fccb1f3d9e036747ecac1a0e3c668ae7c (diff) | |
Notes
Diffstat (limited to 'sys/dev/fxp/if_fxpreg.h')
| -rw-r--r-- | sys/dev/fxp/if_fxpreg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/fxp/if_fxpreg.h b/sys/dev/fxp/if_fxpreg.h index e6bb98b7f2e77..26edfbdc3e01f 100644 --- a/sys/dev/fxp/if_fxpreg.h +++ b/sys/dev/fxp/if_fxpreg.h @@ -287,7 +287,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. */ union { @@ -420,7 +420,7 @@ struct fxp_stats { }; #define FXP_STATS_DUMP_COMPLETE 0xa005 #define FXP_STATS_DR_COMPLETE 0xa007 - + /* * Serial EEPROM control register bits */ |
