Fix common misspellings
Fixes generated by 'codespell' and manually reviewed. Signed-off-by: Lucas De Marchi <lucas.demarchi@profusion.mobi>
This commit is contained in:
@@ -1194,7 +1194,7 @@ enum {
|
||||
|
||||
PHY_ST_PRE_SUP = 1<<6, /* Bit 6: Preamble Suppression */
|
||||
PHY_ST_AN_OVER = 1<<5, /* Bit 5: Auto-Negotiation Over */
|
||||
PHY_ST_REM_FLT = 1<<4, /* Bit 4: Remote Fault Condition Occured */
|
||||
PHY_ST_REM_FLT = 1<<4, /* Bit 4: Remote Fault Condition Occurred */
|
||||
PHY_ST_AN_CAP = 1<<3, /* Bit 3: Auto-Negotiation Capability */
|
||||
PHY_ST_LSYNC = 1<<2, /* Bit 2: Link Synchronized */
|
||||
PHY_ST_JAB_DET = 1<<1, /* Bit 1: Jabber Detected */
|
||||
@@ -1725,8 +1725,8 @@ enum {
|
||||
GM_GPSR_LINK_UP = 1<<12, /* Bit 12: Link Up Status */
|
||||
GM_GPSR_PAUSE = 1<<11, /* Bit 11: Pause State */
|
||||
GM_GPSR_TX_ACTIVE = 1<<10, /* Bit 10: Tx in Progress */
|
||||
GM_GPSR_EXC_COL = 1<<9, /* Bit 9: Excessive Collisions Occured */
|
||||
GM_GPSR_LAT_COL = 1<<8, /* Bit 8: Late Collisions Occured */
|
||||
GM_GPSR_EXC_COL = 1<<9, /* Bit 9: Excessive Collisions Occurred */
|
||||
GM_GPSR_LAT_COL = 1<<8, /* Bit 8: Late Collisions Occurred */
|
||||
|
||||
GM_GPSR_PHY_ST_CH = 1<<5, /* Bit 5: PHY Status Change */
|
||||
GM_GPSR_GIG_SPEED = 1<<4, /* Bit 4: Gigabit Speed (1 = 1000 Mbps) */
|
||||
|
Reference in New Issue
Block a user