mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
cleanup: Fix typos and misspellings in various files.
Recieve/Receive recieve/receive Interupt/Interrupt interupt/interrupt Addres/Address addres/address Signed-off-by: Mike Williams <mike@mikebwilliams.com>
This commit is contained in:
committed by
Wolfgang Denk
parent
2469c4b2db
commit
1626308797
@@ -1704,7 +1704,7 @@ int enetInt (struct eth_device *dev)
|
||||
rc = 0;
|
||||
}
|
||||
|
||||
/* handle MAL RX EOB interupt from a receive */
|
||||
/* handle MAL RX EOB interrupt from a receive */
|
||||
/* check for EOB on valid channels */
|
||||
if (uic_mal & UIC_MAL_RXEOB) {
|
||||
mal_eob = mfdcr(MAL0_RXEOBISR);
|
||||
|
Reference in New Issue
Block a user