Skip to content

Commit 535a66a

Browse files
NeroReflexNipaLocal
authored andcommitted
eth: fealnx: fix typo in comments
There are a few typos in comments: - replace "avilable" with "available" - replace "mutlicast" with "multicast" Signed-off-by: Denis Benato <[email protected]> Reviewed-by: Simon Horman <[email protected]> Signed-off-by: NipaLocal <nipa@local>
1 parent b955ba0 commit 535a66a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/net/ethernet/fealnx.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ enum intr_status_bits {
196196
ERI = 0x00000080, /* receive early int */
197197
CNTOVF = 0x00000040, /* counter overflow */
198198
RBU = 0x00000020, /* receive buffer unavailable */
199-
TBU = 0x00000010, /* transmit buffer unavilable */
199+
TBU = 0x00000010, /* transmit buffer unavailable */
200200
TI = 0x00000008, /* transmit interrupt */
201201
RI = 0x00000004, /* receive interrupt */
202202
RxErr = 0x00000002, /* receive error */
@@ -215,7 +215,7 @@ enum rx_mode_bits {
215215
CR_W_RXMODEMASK = 0x000000e0,
216216
CR_W_PROM = 0x00000080, /* promiscuous mode */
217217
CR_W_AB = 0x00000040, /* accept broadcast */
218-
CR_W_AM = 0x00000020, /* accept mutlicast */
218+
CR_W_AM = 0x00000020, /* accept multicast */
219219
CR_W_ARP = 0x00000008, /* receive runt pkt */
220220
CR_W_ALP = 0x00000004, /* receive long pkt */
221221
CR_W_SEP = 0x00000002, /* receive error pkt */

0 commit comments

Comments
 (0)