From 94eb8690347dfc83fcc87654f00d21e5453c7ee5 Mon Sep 17 00:00:00 2001 From: Justin Pettit Date: Wed, 12 Apr 2017 17:53:34 -0700 Subject: [PATCH] datapath: Fix missing "_ATTR" docstrings from some actions. Signed-off-by: Justin Pettit Acked-by: Joe Stringer --- datapath/linux/compat/include/linux/openvswitch.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/datapath/linux/compat/include/linux/openvswitch.h b/datapath/linux/compat/include/linux/openvswitch.h index 3f2970f314c..91d31401ae7 100644 --- a/datapath/linux/compat/include/linux/openvswitch.h +++ b/datapath/linux/compat/include/linux/openvswitch.h @@ -841,8 +841,8 @@ enum ovs_nat_attr { * is copied from the value to the packet header field, rest of the bits are * left unchanged. The non-masked value bits must be passed in as zeroes. * Masking is not supported for the %OVS_KEY_ATTR_TUNNEL attribute. - * @OVS_ACTION_RECIRC: Recirculate within the data path. - * @OVS_ACTION_HASH: Compute and set flow hash value. + * @OVS_ACTION_ATTR_RECIRC: Recirculate within the data path. + * @OVS_ACTION_ATTR_HASH: Compute and set flow hash value. * @OVS_ACTION_ATTR_PUSH_MPLS: Push a new MPLS label stack entry onto the * top of the packets MPLS label stack. Set the ethertype of the * encapsulating frame to either %ETH_P_MPLS_UC or %ETH_P_MPLS_MC to