On Mon, Apr 24, 2023 at 8:03 PM Simon Horman <[email protected]> wrote: > > Hi James, > > FWIIW, I would lean towards: > > char *name; > > if (!node) { > return NULL; > } > > name = node->name; > ... > return name; > > > > } > > ...
Got it. I will implement this in the next patch version. Best regards, James Raphael Tiovalen _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
