On Thu, Dec 28, 2017 at 12:03 AM, David Miller <da...@davemloft.net> wrote: > From: David Miller <da...@davemloft.net> > Date: Wed, 27 Dec 2017 17:01:22 -0500 (EST) > >> Pulled, thank you. > > Actually, I had to revert. Please fix this and resubmit: > > drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c: In function > ‘esw_offloads_load_reps’: > drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c:774:2: warning: > this ‘for’ clause does not guard... [-Wmisleading-indentation] > for (rep_type = 0; rep_type < NUM_REP_TYPES; rep_type++) > ^~~ > drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c:776:3: note: > ...this statement, but the latter is misleadingly indented as if it is > guarded by the ‘for’ > if (err) > ^~
Thanks Dave! this is not just a warning, this is an actual bug. We will fix and re-spin soon. Sorry for any inconvenience.