On Thu, Aug 18, 2016 at 3:19 AM, Ben Pfaff <[email protected]> wrote: > This 'if' statement checked for two conditions, but neither one was > necessary. First, od->nbs is always nonnull, because the caller already > checked. Second, it doesn't matter whether od->nbs->n_ports is nonzero > because it doesn't affect the behavior of the code protected by the 'if' > statement. > > This change is best viewed ignoring white space only changes. > > Signed-off-by: Ben Pfaff <[email protected]> > --- >
Thanks for correcting it. Acked-by: Numan Siddique <[email protected]> _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
