Harshit Shivhare commented on a discussion on 
cpukit/libfs/src/littlefs/rtems-littlefs-init.c: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1064#note_142965

 > +}
 > +
 > +static int rtems_littlefs_bd_unlock(const struct lfs_config *cfg)
 > +{
 > +  rtems_littlefs_config_context_t *ctx;
 > +
 > +  ctx = cfg->context;
 > +  if ( ctx == NULL ) {
 > +    return LFS_ERR_INVAL;
 > +  }
 > +
 > +  rtems_recursive_mutex_unlock(&ctx->mutex);
 > +  return LFS_ERR_OK;
 > +}
 > +
 > +int rtems_littlefs_config_init(struct lfs_config* lfs_cfg, char* 
 > device_path)

I'll add doxygen documentation

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1064#note_142965
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