xiaoxiang781216 commented on code in PR #6965: URL: https://github.com/apache/incubator-nuttx/pull/6965#discussion_r989878847
########## fs/spiffs/src/spiffs_core.c: ########## @@ -183,7 +183,7 @@ static int spiffs_page_index_check(FAR struct spiffs_s *fs, #ifdef CONFIG_SPIFFS_PAGE_CHECK ret = spiffs_cache_read(fs, SPIFFS_OP_T_OBJNDX | SPIFFS_OP_C_READ, fobj->objid, SPIFFS_PAGE_TO_PADDR(fs, pgndx), - sizeof(struct spiffs_page_header_s), (uint8_t *) & ph); + sizeof(struct spiffs_page_header_s), (uint8_t *)&ph); Review Comment: Done -- 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