mirror of
https://github.com/apache/nuttx.git
synced 2026-08-18 01:49:24 +08:00
Rename static function lan9250_set_txavailabe() to lan9250_set_txavailable() — missing letter 'l' in 'available'. This is a static function used only within drivers/net/lan9250.c, so there is no API or ABI impact. Signed-off-by: hanzj <hanzjian@zepp.com>