diff options
author | Joe Perches <joe@perches.com> | 2011-06-23 11:39:19 -0700 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-06-24 11:18:57 +0200 |
commit | dbc6221be7a2bf556fefe75ac939143d4e82ecaf (patch) | |
tree | b30f49bf02c4438b3bff90828fa60f1787a5c150 /drivers/net/wan | |
parent | e44ba033c5654dbfda53461c9b1f7dd9bd1d198f (diff) |
treewide: Fix recieve/receive typos
Just spelling fixes.
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/net/wan')
-rw-r--r-- | drivers/net/wan/lmc/lmc_var.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wan/lmc/lmc_var.h b/drivers/net/wan/lmc/lmc_var.h index 01ad45218d19..a1d202d8ad67 100644 --- a/drivers/net/wan/lmc/lmc_var.h +++ b/drivers/net/wan/lmc/lmc_var.h @@ -380,7 +380,7 @@ struct lmc___softc { /* CSR6 settings */ #define OPERATION_MODE 0x00000200 /* Full Duplex */ #define PROMISC_MODE 0x00000040 /* Promiscuous Mode */ -#define RECIEVE_ALL 0x40000000 /* Receive All */ +#define RECEIVE_ALL 0x40000000 /* Receive All */ #define PASS_BAD_FRAMES 0x00000008 /* Pass Bad Frames */ /* Dec control registers CSR6 as well */ |