summaryrefslogtreecommitdiffstats
path: root/common/state/state.c
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2018-11-09 10:55:05 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2018-11-09 10:55:05 +0100
commita024d889a02a0c7e1e2406ae0be358906150d713 (patch)
treee4c35d2991a012d21ef1943f0aa68b660807bed9 /common/state/state.c
parenta1fc81a7fdf5088a99b073d656a68dd23f549215 (diff)
parent416024c9aefb9c484033433d9b051d422f34ce64 (diff)
downloadbarebox-a024d889a02a0c7e1e2406ae0be358906150d713.tar.gz
barebox-a024d889a02a0c7e1e2406ae0be358906150d713.tar.xz
Merge branch 'for-next/state'
Diffstat (limited to 'common/state/state.c')
-rw-r--r--common/state/state.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/state/state.c b/common/state/state.c
index 1597197ca2..54c57232e6 100644
--- a/common/state/state.c
+++ b/common/state/state.c
@@ -83,7 +83,7 @@ out:
}
/**
- * state_load - Loads a state from the backend
+ * state_do_load - Loads a state from the backend
* @param state The state that should be updated to contain the loaded data
* @return 0 on success, -errno on failure. If no state is loaded the previous
* values remain in the state.