> On Jul 30, 2018, at 12:55 PM, Ben Pfaff <[email protected]> wrote: > > On Sun, Jul 29, 2018 at 11:46:38PM -0700, Justin Pettit wrote: >> Signed-off-by: Justin Pettit <[email protected]> > > Besides the comments I gave on patch 6 (oops), I suggest the following > for more consistent formatting: > > diff --git a/ovn/lib/actions.c b/ovn/lib/actions.c > index 6d4ed1e2c4ed..4f3cd48ce713 100644 > --- a/ovn/lib/actions.c > +++ b/ovn/lib/actions.c > @@ -2157,7 +2157,7 @@ format_LOG(const struct ovnact_log *log, struct ds *s) > ds_put_format(s, "severity=%s", log_severity_to_string(log->severity)); > > if (log->meter) { > - ds_put_format(s, ",meter=%s", log->meter); > + ds_put_format(s, ", meter=%s", log->meter); > } > > ds_put_cstr(s, ");");
Applied. > Acked-by: Ben Pfaff <[email protected]> Thanks for the review! I've pushed this series to master. --Justin _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
