Ben Pfaff <[email protected]> writes: > Fixes the following warnings: > > ../lib/tc.c:817:37: error: incorrect type in assignment (different base > types) > ../lib/tc.c:817:37: expected restricted ovs_be16 [usertype] > vlan_push_tpid > ../lib/tc.c:817:37: got unsigned short > ../lib/tc.c:1522:54: error: incorrect type in argument 2 (different base > types) > ../lib/tc.c:1522:54: expected unsigned short [unsigned] [usertype] tpid > ../lib/tc.c:1522:54: got restricted ovs_be16 [usertype] vlan_push_tpid > > CC: Jianbo Liu <[email protected]> > CC: Simon Horman <[email protected]> > Fixes: 61e8655cfc7a ("tc: Add VLAN tpid for push action") > Signed-off-by: Ben Pfaff <[email protected]> > ---
Looks good - passed with sparse 0.5.2 Acked-by: Aaron Conole <[email protected]> _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
