xiaoxiang781216 commented on code in PR #7191: URL: https://github.com/apache/incubator-nuttx/pull/7191#discussion_r980769137
########## arch/arm/src/stm32f7/stm32_bbsram.c: ########## @@ -424,7 +424,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: Yes, but it make the length > 79char/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