xiaoxiang781216 commented on code in PR #6965: URL: https://github.com/apache/incubator-nuttx/pull/6965#discussion_r989881832
########## fs/smartfs/smartfs_utils.c: ########## @@ -880,7 +862,7 @@ int smartfs_createentry(FAR struct smartfs_mountpt_s *fs, readwrite.logsector = psector; readwrite.count = fs->fs_llformat.availbytes; readwrite.offset = 0; - readwrite.buffer = (uint8_t *) fs->fs_rwbuffer; + readwrite.buffer = (uint8_t *)fs->fs_rwbuffer; Review Comment: Done ########## fs/smartfs/smartfs_utils.c: ########## @@ -597,7 +579,7 @@ int smartfs_finddirentry(struct smartfs_mountpt_s *fs, /* Point to next sector in chain */ - header = (struct smartfs_chain_header_s *) fs->fs_rwbuffer; + header = (struct smartfs_chain_header_s *)fs->fs_rwbuffer; 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