mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] state: fix documentation of state_new_from_node()
@ 2018-10-12  6:48 Ulrich Ölmann
  2018-10-12  7:11 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Ulrich Ölmann @ 2018-10-12  6:48 UTC (permalink / raw)
  To: Barebox List

Commit a66a8d79871c ("state: remove unused arguments from
state_new_from_node()") removed a little bit too much.

Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de>
---
 common/state/state.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/common/state/state.c b/common/state/state.c
index 25d9502111c2..7f032592097d 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.
  */
-- 
2.19.0


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] state: fix documentation of state_new_from_node()
  2018-10-12  6:48 [PATCH] state: fix documentation of state_new_from_node() Ulrich Ölmann
@ 2018-10-12  7:11 ` Sascha Hauer
  0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2018-10-12  7:11 UTC (permalink / raw)
  To: Ulrich Ölmann; +Cc: Barebox List

On Fri, Oct 12, 2018 at 08:48:48AM +0200, Ulrich Ölmann wrote:
> Commit a66a8d79871c ("state: remove unused arguments from
> state_new_from_node()") removed a little bit too much.
> 
> Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de>
> ---
>  common/state/state.c | 1 +
>  1 file changed, 1 insertion(+)

Applied, thanks

Sascha

> 
> diff --git a/common/state/state.c b/common/state/state.c
> index 25d9502111c2..7f032592097d 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.
>   */
> -- 
> 2.19.0
> 
> 
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-10-12  7:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-12  6:48 [PATCH] state: fix documentation of state_new_from_node() Ulrich Ölmann
2018-10-12  7:11 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox