jlaitine commented on code in PR #8000:
URL: https://github.com/apache/nuttx/pull/8000#discussion_r1060036424


##########
fs/romfs/fs_romfs.c:
##########
@@ -578,9 +582,7 @@ static off_t romfs_seek(FAR struct file *filep, off_t 
offset, int whence)
 
 static int romfs_ioctl(FAR struct file *filep, int cmd, unsigned long arg)
 {
-  FAR struct romfs_mountpt_s *rm;
   FAR struct romfs_file_s    *rf;

Review Comment:
   the style in this file is to align all local variables, in every function. 
better to keep the original style



-- 
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

Reply via email to