zap whitespace and tab
This commit is contained in:
parent
5b49f88fed
commit
4de47ea988
681 changed files with 35748 additions and 35743 deletions
|
@ -448,7 +448,7 @@ struct lge_tx_desc {
|
|||
|
||||
#define LGE_INC(x, y) (x) = (x + 1) % y
|
||||
#define LGE_FRAGCNT_1 (1<<16)
|
||||
#define LGE_FRAGCNT_10 (10<<16)
|
||||
#define LGE_FRAGCNT_10 (10<<16)
|
||||
#define LGE_FRAGCNT(x) (x<<16)
|
||||
#define LGE_RXBYTES(x) (x->lge_ctl & 0xFFFF)
|
||||
#define LGE_RXTAIL(x) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue