Merge remote-tracking branch 'origin/master' into test-and-bench-runners

This commit is contained in:
Christopher Haster
2022-12-06 23:08:53 -06:00
7 changed files with 34 additions and 18 deletions
+2 -2
View File
@@ -532,8 +532,8 @@ int lfs_file_open(lfs_t *lfs, lfs_file_t *file,
// are values from the enum lfs_open_flags that are bitwise-ored together.
//
// The config struct provides additional config options per file as described
// above. The config struct must be allocated while the file is open, and the
// config struct must be zeroed for defaults and backwards compatibility.
// above. The config struct must remain allocated while the file is open, and
// the config struct must be zeroed for defaults and backwards compatibility.
//
// Returns a negative error code on failure.
int lfs_file_opencfg(lfs_t *lfs, lfs_file_t *file,