summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlrich Ölmann <u.oelmann@pengutronix.de>2018-12-18 14:57:58 +0100
committerRoland Hieber <rhi@pengutronix.de>2019-01-07 15:47:56 +0100
commit5b7ff48d28bf85e204a65b8363a46676a4549a38 (patch)
tree3276fd255d5177f2f424a917e675f7c2b9bf187c
parentf9d22ec87081252eaa7509b8e232116c97205110 (diff)
downloaddt-utils-5b7ff48d28bf85e204a65b8363a46676a4549a38.tar.gz
dt-utils-5b7ff48d28bf85e204a65b8363a46676a4549a38.tar.xz
state: fix typo
This ports the following barebox commit: | commit f6a47cc3de70b6bc8a79b0b6dc120b2442c472c2 | Author: Ulrich Ölmann <u.oelmann@pengutronix.de> | Date: Mon Oct 8 20:02:06 2018 +0200 | | common: state: fix typo | | Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de> | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de> Signed-off-by: Roland Hieber <rhi@pengutronix.de>
-rw-r--r--src/barebox-state/state.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/barebox-state/state.c b/src/barebox-state/state.c
index eb2b3eb..8f4ff83 100644
--- a/src/barebox-state/state.c
+++ b/src/barebox-state/state.c
@@ -82,7 +82,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.