Commit 2aa6b81b authored by Jamie McCrae's avatar Jamie McCrae Committed by Alberto Escolar
Browse files

retention: Fix documentation issue



Fixes a minor issue with the return value in the documentation

Signed-off-by: default avatarJamie McCrae <jamie.mccrae@nordicsemi.no>
parent b88948d4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ extern "C" {
 * @param val		Where the return information will be placed.
 * @param val_len_max	The maximum size of the provided buffer.
 *
 * @retval 0		If successful.
 * @retval >= 0		If successful (contains length of read value)
 * @retval -EOVERFLOW	If the data is too large to fit the supplied buffer.
 * @retval -EIO		If the requested key was not found.
 * @retval -errno	Error code.