xiaoxiang781216 commented on code in PR #7191: URL: https://github.com/apache/incubator-nuttx/pull/7191#discussion_r980767981
########## arch/arm/src/stm32h7/stm32_bbsram.c: ########## @@ -470,7 +470,7 @@ static off_t stm32_bbsram_seek(struct file *filep, off_t offset, * point, subsequent reads of data in the gap shall return bytes with the * value 0 until data is actually written into the gap." * - * We can conform to the first part, but not the second. But return EINVAL + * We can conform to the first part, but not the second. But return -EINVAL Review Comment: The length will exceed the limitation of 79/line. -- 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