On 19 May 2017 at 15:47, Greg Rose <[email protected]> wrote: > On Fri, 2017-05-19 at 13:27 -0700, Joe Stringer wrote: >> Simplify and refactor a couple of bits of code for improved readability. >> >> Signed-off-by: Joe Stringer <[email protected]> >> --- >> lib/dpif-netlink-rtnl.c | 20 ++++++++++---------- >> 1 file changed, 10 insertions(+), 10 deletions(-) >> >> diff --git a/lib/dpif-netlink-rtnl.c b/lib/dpif-netlink-rtnl.c >> index 7faad5248037..0ca6529e9d82 100644 >> --- a/lib/dpif-netlink-rtnl.c >> +++ b/lib/dpif-netlink-rtnl.c >> @@ -1,5 +1,6 @@ >> /* >> * Copyright (c) 2017 Red Hat, Inc. >> + * Copyright (c) 2017 Nicira, Inc. > > ??? > > The patch itself looks fine but changing a copyright seems strange.
Thanks for the reviews. While reviewing the earlier revisions of the series, I collected a bunch of changes, some that I submitted as suggestions which ended up folded into the merged series, and some which I figured I could just submit later so that we didn't have to keep going back and forth on the series. Looks like this hunk was brought in when I rebased my changes. Fair enough though, there's nothing particularly interesting about this particular patch that would warrant this. I can skip it. - Joe _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
