anchao commented on code in PR #15050: URL: https://github.com/apache/nuttx/pull/15050#discussion_r1870547119
########## include/nuttx/can/sja1000.h: ########## @@ -177,7 +177,7 @@ static inline uint32_t sja1000_getreg(struct sja1000_dev_s *sja_priv, ****************************************************************************/ static inline void sja1000_putreg(struct sja1000_dev_s *sja_priv, Review Comment: ```suggestion static inline void sja1000_putreg(FAR struct sja1000_dev_s *sja_priv, ``` ########## include/nuttx/can/sja1000.h: ########## @@ -155,7 +155,7 @@ struct sja1000_dev_s ****************************************************************************/ static inline uint32_t sja1000_getreg(struct sja1000_dev_s *sja_priv, Review Comment: ```suggestion static inline uint32_t sja1000_getreg(FAR struct sja1000_dev_s *sja_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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
