Bleep bloop.  Greetings Tiago Matos, 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: The subject summary should end with a dot.
Subject: sha1: Use size_t for buffer lengths to support inputs >4GB
ERROR: Inappropriate spacing around cast
#62 FILE: lib/sha1.c:324:
    uint32_t lo_add = (uint32_t)((uint64_t)count << 3);

ERROR: Inappropriate spacing around cast
#63 FILE: lib/sha1.c:325:
    uint32_t hi_add = (uint32_t)((uint64_t)count >> 29);

ERROR: Inappropriate spacing around cast
#77 FILE: lib/sha1.c:335:
            i = (unsigned int)count;

ERROR: Inappropriate spacing around cast
#86 FILE: lib/sha1.c:356:
    ctx->local = (int)count;


Please check this out.  If you feel there has been an error, please email 
[email protected]

Thanks,
0-day Robot
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to