X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Flinux%2Fopenvswitch.h;fp=include%2Flinux%2Fopenvswitch.h;h=3fc4978cbb3f638aa9f6079914aa05921929274f;hb=9b516652a1b0113faf6cfa4df2039b7c8a217838;hp=d9282d675574baac4effcb067b40c904ad472826;hpb=7e36ac42e33a89d5d2c981ea7750939a1da6db89;p=sliver-openvswitch.git diff --git a/include/linux/openvswitch.h b/include/linux/openvswitch.h index d9282d675..3fc4978cb 100644 --- a/include/linux/openvswitch.h +++ b/include/linux/openvswitch.h @@ -549,7 +549,8 @@ enum ovs_recirc_hash_alg { * struct ovs_action_recirc - %OVS_ACTION_ATTR_RECIRC action argument. * @recirc_id: The Recirculation label, Zero is invalid. * @hash_alg: Algorithm used to compute hash prior to recirculation. - * @hash_bias: bias used for computing hash. used to compute hash prior to recirculation. + * @hash_bias: bias used for computing hash. used to compute hash prior to + * recirculation. */ struct ovs_action_recirc { uint32_t hash_alg; /* One of ovs_dp_hash_alg. */