Skip to content

Commit 26d98f5

Browse files
clamattiacfriedt
authored andcommitted
zms: Fix confusing sentence in API-docs
Fix confusing sentence in api docs of function 'zms_get_data_length'. There is no 'history counter' assosiated with the api of that function. Signed-off-by: Cla Mattia Galliard <[email protected]>
1 parent 9470cd0 commit 26d98f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/zephyr/fs/zms.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ ssize_t zms_read_hist(struct zms_fs *fs, uint32_t id, void *data, size_t len, ui
191191
* @retval Length of the entry with the given `id` (> 0) on success.
192192
* @retval -EACCES if ZMS is still not initialized.
193193
* @retval -EIO if there is a memory read/write error.
194-
* @retval -ENOENT if there is no entry with the given id and history counter.
194+
* @retval -ENOENT if there is no entry with the given id.
195195
*/
196196
ssize_t zms_get_data_length(struct zms_fs *fs, uint32_t id);
197197

0 commit comments

Comments
 (0)