Bleep bloop.  Greetings Timothy Redaelli, 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: Inappropriate spacing around cast
#478 FILE: lib/dp-packet.c:740:
    memmove(veh, (char *)veh + VLAN_HEADER_LEN, 2 * ETH_ADDR_LEN);

ERROR: Inappropriate spacing around cast
#498 FILE: lib/dp-packet.c:760:
        memmove((char *)veh + VLAN_HEADER_LEN, veh, 2 * ETH_ADDR_LEN);

ERROR: Inappropriate spacing around cast
#559 FILE: lib/dp-packet.c:821:
                         (l2_5 ? l2_5 : (char *)dp_packet_l3(packet)) - 2);

WARNING: Line is 88 characters long (recommended limit is 79)
ERROR: Inappropriate spacing in pointer declaration
ERROR: Inappropriate spacing around cast
WARNING: Line lacks whitespace around operator
#663 FILE: lib/dp-packet.c:925:
        memmove((char*)dp_packet_data(packet) + MPLS_HLEN, 
dp_packet_data(packet), len);

WARNING: Line is 80 characters long (recommended limit is 79)
#800 FILE: lib/dp-packet.c:1062:
    dp_packet_prealloc_tailroom(b, 2 + ETH_HEADER_LEN + VLAN_HEADER_LEN + size);

ERROR: Inappropriate spacing around cast
#901 FILE: lib/dp-packet.c:1163:
            const struct ip6_ext *ext_hdr = (struct ip6_ext *)data;

ERROR: Inappropriate spacing around cast
#914 FILE: lib/dp-packet.c:1176:
            const struct ip6_rthdr *rh = (struct ip6_rthdr *)data;

ERROR: Inappropriate spacing around cast
#923 FILE: lib/dp-packet.c:1185:
            const struct ip6_ext *ext_hdr = (struct ip6_ext *)data;

WARNING: Line is 81 characters long (recommended limit is 79)
#1952 FILE: lib/dp-packet.h:1547:
void packet_set_ipv4(struct dp_packet *, ovs_be32 src, ovs_be32 dst, uint8_t 
tos,


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