Joel Sherrill started a new discussion on 
cpukit/libfs/src/littlefs/rtems-littlefs-file.c: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1064#note_142900

 > +      return -1;
 > +    }
 > +    node->is_dirty = false;
 > +  }
 > +
 > +  rc = lfs_file_sync(lfs, &node->file_handle);
 > +
 > +  if ( rc < 0 ) {
 > +    errno = rtems_littlefs_to_posix_error(rc);
 > +    rtems_littlefs_unlock(mt_entry);
 > +    return -1;
 > +  }
 > +
 > +  return 0;
 > +}
 > +

Extra blank line.

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1064#note_142900
You're receiving this email because of your account on gitlab.rtems.org.


_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to