style: fix spelling in code comments and strings

This commit is contained in:
Lars Kruse
2025-05-03 06:16:30 +02:00
committed by Xiang Xiao
parent b2315e98c4
commit 3ce85ca54e
1670 changed files with 3162 additions and 2991 deletions
+2 -2
View File
@@ -1337,7 +1337,7 @@ static int lan9250_reset(FAR struct lan9250_driver_s *priv)
/* Configure HMAC control:
*
* - Automaticaly strip the pad field on incoming packets
* - Automatically strip the pad field on incoming packets
* - TX enable
* - RX enable
* - Full duplex mode if !CONFIG_LAN9250_HALFDUPPLEX
@@ -1417,7 +1417,7 @@ static int lan9250_transmit(FAR struct lan9250_driver_s *priv)
status_size = (regval & TXFIR_TXSFUS_M) >> TXFIR_TXSFUS_S;
free_size = regval & TXFIR_TXDFFS_M;
ninfo("availabe status size:%d, free space size:%d\n",
ninfo("available status size:%d, free space size:%d\n",
status_size, free_size);
/* Clear TX status FIFO if it is no empty by reading data */