Remove nesting level before RQ's SW state title and before RQ's SW
state capabilities line.
Preceding the RQ's SW state with a nameless nesting, wraps the inner SW
state map/dictionary with a nameless dictionary which is prohibited in
JSON file format.
Removing preceding SW state nest by removing function call
devlink_fmsg_obj_nest_start() and devlink_fmsg_obj_nest_end().
Signed-off-by: Adham Faris <afaris@nvidia.com>
Reviewed-by: Tariq Toukan <tariqt@nvidia.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
 
        BUILD_BUG_ON_MSG(ARRAY_SIZE(rq_sw_state_type_name) != MLX5E_NUM_RQ_STATES,
                         "rq_sw_state_type_name string array must be consistent with MLX5E_RQ_STATE_* enum in en.h");
-       err = devlink_fmsg_obj_nest_start(fmsg);
-       if (err)
-               return err;
-
        err = mlx5e_health_fmsg_named_obj_nest_start(fmsg, "SW State");
        if (err)
                return err;
                        return err;
        }
 
-       err = mlx5e_health_fmsg_named_obj_nest_end(fmsg);
-       if (err)
-               return err;
-
-       return devlink_fmsg_obj_nest_end(fmsg);
+       return mlx5e_health_fmsg_named_obj_nest_end(fmsg);
 }
 
 static int