[ovs-dev] [PATCH 1/4] Migrate parallelisation routines from the OVN tree

0-day Robot robot at bytheb.org
Tue Aug 3 17:18:50 UTC 2021


Bleep bloop.  Greetings Anton Ivanov, 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:
WARNING: Line is 87 characters long (recommended limit is 79)
#191 FILE: lib/parallel-hmap.c:143:
                ovs_thread_create("worker pool helper", start, &new_pool->controls[i]);

ERROR: Inappropriate spacing around cast
#485 FILE: lib/parallel-hmap.c:437:
    struct ovs_list *result = (struct ovs_list *)fin_result;

ERROR: Inappropriate spacing around cast
#486 FILE: lib/parallel-hmap.c:438:
    struct ovs_list *res_frags = (struct ovs_list *)result_frags;

ERROR: Inappropriate spacing around cast
#499 FILE: lib/parallel-hmap.c:451:
    struct hmap *result = (struct hmap *)fin_result;

ERROR: Inappropriate spacing around cast
#500 FILE: lib/parallel-hmap.c:452:
    struct hmap *res_frags = (struct hmap *)result_frags;

Lines checked: 768, Warnings: 1, Errors: 4


Please check this out.  If you feel there has been an error, please email aconole at redhat.com

Thanks,
0-day Robot


More information about the dev mailing list