treewide: Fix recieve/receive typos
Just spelling fixes. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user