Hi Jacob, see below for a small comment. On Wed, Sep 9, 2026 at 10:54 AM Jacob Tanenbaum <[email protected]> wrote: > > Add a missing comma in the description of "--if-exists" > > --- > v2 - description of commit incorrectly said command was > "--may-exist" > > Assisted-by: Claude Opus 4.6, Claude Code > Fixes: 0b70e8a83965 ("ovn-sbctl: Add daemon support.") > Signed-off-by: Jacob Tanenbaum <[email protected]>
0-day robot is complaining about a missing sign-off on this patch because the signoff appears beneath the actual commit message body. The sign-off (as well as the Fixes: and Assisted-by: tags) needs to be above the three hyphens that separate the commit message body from the commit metacomments. > --- > utilities/ovn-sbctl.8.xml | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/utilities/ovn-sbctl.8.xml b/utilities/ovn-sbctl.8.xml > index 9ab5419e5..27b6acc63 100644 > --- a/utilities/ovn-sbctl.8.xml > +++ b/utilities/ovn-sbctl.8.xml > @@ -330,8 +330,8 @@ > > <p> > Without <code>--if-exists</code>, attempting to delete a chassis > that > - does not exist is an error. With <code>--if-exists</code> > attempting > - to delete a chassis that does not exist has no effect. > + does not exist is an error. With <code>--if-exists</code>, > + attempting to delete a chassis that does not exist has no effect. > </p> > </dd> > </dl> > -- > 2.55.0 > _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
