W-M-R commented on code in PR #15461: URL: https://github.com/apache/nuttx/pull/15461#discussion_r1924951610
########## arch/arm64/include/memtag.h: ########## @@ -41,18 +41,18 @@ void up_memtag_bypass(bool bypass); /* Set memory tags for a given memory range */ -void up_memtag_set_tag(const void *addr, size_t size); +void up_memtag_set_tag(FAR const void *addr, size_t size); Review Comment: Is it necessary to add FAR to the pointers of only universal code? -- 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