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


##########
drivers/wireless/bluetooth/bt_bridge.c:
##########
@@ -430,9 +430,9 @@ static int bt_bridge_send_reset_response(FAR struct 
bt_driver_s *driver)
                            sizeof(reset_response));
 }
 
-static inline bool bt_bridge_filter_command(FAR struct bt_bridge_s *bridge,
+static bool bt_bridge_filter_command(FAR struct bt_bridge_s *bridge,
                                             FAR struct bt_driver_s *driver,
-                                            uint8_t *data)
+                                            FAR uint8_t *data)

Review Comment:
   align



-- 
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: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to