anchao commented on code in PR #6524: URL: https://github.com/apache/incubator-nuttx/pull/6524#discussion_r906792385
########## drivers/wireless/ieee80211/bcm43xxx/bcmf_sdpcm.c: ########## @@ -317,7 +316,7 @@ int bcmf_sdpcm_readframe(FAR struct bcmf_dev_s *priv) DEBUGPANIC(); } - bcmf_dqueue_push(&sbus->rx_queue, &sframe->list_entry); + list_add_head(&sbus->rx_queue, &sframe->list_entry); Review Comment: I just keep the original style, either add tail or head is fine. -- 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