From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1ggPXi-0001vZ-4j for barebox@lists.infradead.org; Mon, 07 Jan 2019 07:41:51 +0000 Date: Mon, 7 Jan 2019 08:41:48 +0100 From: Sascha Hauer Message-ID: <20190107074148.l3ahbtektf5zxox5@pengutronix.de> References: <20190104151644.12393-1-rhi@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20190104151644.12393-1-rhi@pengutronix.de> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: Re: [PATCH] common: state: fix alignment To: Roland Hieber Cc: barebox@lists.infradead.org On Fri, Jan 04, 2019 at 04:16:44PM +0100, Roland Hieber wrote: > Fixes: 7126dffd0be ("common: state: Add variable_type to state_variable") > Signed-off-by: Roland Hieber > --- > common/state/state_variables.c | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) Applied, thanks Sascha > > diff --git a/common/state/state_variables.c b/common/state/state_variables.c > index 269d175874..50cffba700 100644 > --- a/common/state/state_variables.c > +++ b/common/state/state_variables.c > @@ -132,7 +132,7 @@ static struct state_variable *state_uint8_create(struct state *state, > static struct state_variable *state_uint32_create(struct state *state, > const char *name, > struct device_node *node, > - const struct variable_type *vtype) > + const struct variable_type *vtype) > { > struct state_uint32 *su32; > struct param_d *param; > @@ -223,7 +223,7 @@ static int state_enum32_import(struct state_variable *sv, > static struct state_variable *state_enum32_create(struct state *state, > const char *name, > struct device_node *node, > - const struct variable_type *vtype) > + const struct variable_type *vtype) > { > struct state_enum32 *enum32; > int ret, i, num_names; > @@ -307,7 +307,7 @@ static int state_mac_import(struct state_variable *sv, struct device_node *node) > static struct state_variable *state_mac_create(struct state *state, > const char *name, > struct device_node *node, > - const struct variable_type *vtype) > + const struct variable_type *vtype) > { > struct state_mac *mac; > int ret; > @@ -409,7 +409,7 @@ static int state_string_get(struct param_d *p, void *priv) > static struct state_variable *state_string_create(struct state *state, > const char *name, > struct device_node *node, > - const struct variable_type *vtype) > + const struct variable_type *vtype) > { > struct state_string *string; > uint32_t start_size[2]; > -- > 2.19.1 > > > _______________________________________________ > 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