dect
/
linux-2.6
Archived
13
0
Fork 0

jme: Fix typo

Fix enum typo in jme.h

Signed-off-by: Guo-Fu Tseng <cooldavid@cooldavid.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Guo-Fu Tseng 2009-07-06 04:38:35 +00:00 committed by David S. Miller
parent 38ed0c2107
commit 44d8d2e9f0
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ enum jme_txdesc_flags_bits {
};
#define TXDESC_MSS_SHIFT 2
enum jme_rxdescwb_flags_bits {
enum jme_txwbdesc_flags_bits {
TXWBFLAG_OWN = 0x80,
TXWBFLAG_INT = 0x40,
TXWBFLAG_TMOUT = 0x20,