Skip to content

Commit 2aa6b81

Browse files
nordicjmaescolar
authored andcommitted
retention: Fix documentation issue
Fixes a minor issue with the return value in the documentation Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
1 parent b88948d commit 2aa6b81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/zephyr/retention/blinfo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ extern "C" {
4141
* @param val Where the return information will be placed.
4242
* @param val_len_max The maximum size of the provided buffer.
4343
*
44-
* @retval 0 If successful.
44+
* @retval >= 0 If successful (contains length of read value)
4545
* @retval -EOVERFLOW If the data is too large to fit the supplied buffer.
4646
* @retval -EIO If the requested key was not found.
4747
* @retval -errno Error code.

0 commit comments

Comments
 (0)