Re: [ovs-dev] [PATCH ovn] northd: fix comments on functions

2023-03-02 Thread Dumitru Ceara
On 2/24/23 12:01, Felix Hüttner via dev wrote: > the comments did refer to tables 1 below the actual table number. > > Signed-off-by: Felix Huettner > --- > northd/northd.c | 34 +- > 1 file changed, 17 insertions(+), 17 deletions(-) > > diff --git

Re: [ovs-dev] [PATCH ovn] northd: fix comments on functions

2023-02-24 Thread 0-day Robot
Bleep bloop. Greetings Felix Hüttner, I am a robot and I have tried out your patch. Thanks for your contribution. I encountered some error that I wasn't expecting. See the details below. checkpatch: ERROR: Author Felix Hüttner needs to sign off. WARNING: Unexpected sign-offs from developers

[ovs-dev] [PATCH ovn] northd: fix comments on functions

2023-02-24 Thread Felix Hüttner via dev
the comments did refer to tables 1 below the actual table number. Signed-off-by: Felix Huettner --- northd/northd.c | 34 +- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/northd/northd.c b/northd/northd.c index 770a5b50e..c366b545e 100644 ---