diff mbox

[ovs-dev] datapath: Fix missing "_ATTR" docstrings from some actions.

Message ID 1498669076-39020-1-git-send-email-jpettit@ovn.org
State Accepted
Headers show

Commit Message

Justin Pettit June 28, 2017, 4:57 p.m. UTC
Signed-off-by: Justin Pettit <jpettit@ovn.org>
---
 datapath/linux/compat/include/linux/openvswitch.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Joe Stringer June 28, 2017, 5:17 p.m. UTC | #1
On 28 June 2017 at 09:57, Justin Pettit <jpettit@ovn.org> wrote:
> Signed-off-by: Justin Pettit <jpettit@ovn.org>
> ---

Acked-by: Joe Stringer <joe@ovn.org>
Justin Pettit June 28, 2017, 5:30 p.m. UTC | #2
> On Jun 28, 2017, at 10:17 AM, Joe Stringer <joe@ovn.org> wrote:
> 
> On 28 June 2017 at 09:57, Justin Pettit <jpettit@ovn.org> wrote:
>> Signed-off-by: Justin Pettit <jpettit@ovn.org>
>> ---
> 
> Acked-by: Joe Stringer <joe@ovn.org>

Thanks,  I pushed this to master.

--Justin
diff mbox

Patch

diff --git a/datapath/linux/compat/include/linux/openvswitch.h b/datapath/linux/compat/include/linux/openvswitch.h
index 3f2970f314c9..91d31401ae71 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