pkarashchenko commented on code in PR #6469: URL: https://github.com/apache/incubator-nuttx/pull/6469#discussion_r901014101
########## drivers/wireless/ieee80211/bcm43xxx/bcmf_sdio.c: ########## @@ -774,11 +769,13 @@ int bcmf_bus_sdio_initialize(FAR struct bcmf_dev_s *priv, /* Spawn bcmf daemon thread */ + snprintf(arg1, 16, "%p", priv); Review Comment: Optional ```suggestion snprintf(arg1, sizeof(arg1), "%p", priv); ``` -- 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