summaryrefslogtreecommitdiffstats
path: root/src/barebox-state/state.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/barebox-state/state.c')
-rw-r--r--src/barebox-state/state.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/barebox-state/state.c b/src/barebox-state/state.c
index 8f4ff83..d5b1ddd 100644
--- a/src/barebox-state/state.c
+++ b/src/barebox-state/state.c
@@ -582,6 +582,7 @@ void state_release(struct state *state)
/*
* state_new_from_node - create a new state instance from a device_node
*
+ * @node The device_node describing the new state instance
* @readonly This is a read-only state. Note that with this option set,
* there are no repairs done.
*/