From 63b9aad03e2c0d64154426e24eb4e3b2b6dfe780 Mon Sep 17 00:00:00 2001 From: Ulrich Ölmann Date: Fri, 12 Oct 2018 08:48:48 +0200 Subject: state: fix documentation of state_new_from_node() MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Commit a66a8d79871c ("state: remove unused arguments from state_new_from_node()") removed a little bit too much. Signed-off-by: Ulrich Ölmann Signed-off-by: Sascha Hauer --- common/state/state.c | 1 + 1 file changed, 1 insertion(+) (limited to 'common/state') diff --git a/common/state/state.c b/common/state/state.c index 25d9502111..7f03259209 100644 --- a/common/state/state.c +++ b/common/state/state.c @@ -583,6 +583,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. */ -- cgit v1.2.3