xiaoxiang781216 commented on code in PR #18984:
URL: https://github.com/apache/nuttx/pull/18984#discussion_r3316223771


##########
drivers/net/lan9250.c:
##########
@@ -280,7 +280,7 @@ static inline void lan9250_send_buffer(FAR struct 
lan9250_driver_s *priv,
 static void lan9250_enable_sqi(FAR struct lan9250_driver_s *priv);
 #endif
 static inline void lan9250_sw_reset(FAR struct lan9250_driver_s *priv);
-static void lan9250_set_txavailabe(FAR struct lan9250_driver_s *priv,
+static void lan9250_set_txavailable(FAR struct lan9250_driver_s *priv,
                                    bool enable);

Review Comment:
   align to (



##########
drivers/net/lan9250.c:
##########
@@ -1102,7 +1102,7 @@ static inline void lan9250_sw_reset(FAR struct 
lan9250_driver_s *priv)
  *
  ****************************************************************************/
 
-static void lan9250_set_txavailabe(FAR struct lan9250_driver_s *priv,
+static void lan9250_set_txavailable(FAR struct lan9250_driver_s *priv,
                                    bool enable)

Review Comment:
   ```suggestion
                                       bool enable)
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to