From e002c96f0587ee7ac75d56ba89a66ad9d1002c14 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Tue, 1 Nov 2011 14:16:41 -0700 Subject: [PATCH] openvswitch.h: Add missing words in comment. Signed-off-by: Ben Pfaff Acked-by: Jesse Gross --- include/linux/openvswitch.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/linux/openvswitch.h b/include/linux/openvswitch.h index 57ce4ef7..a1ffc7dd 100644 --- a/include/linux/openvswitch.h +++ b/include/linux/openvswitch.h @@ -367,7 +367,8 @@ struct ovs_key_nd { * dumps). * @OVS_FLOW_ATTR_ACTIONS: Nested %OVS_ACTION_ATTR_* attributes specifying * the actions to take for packets that match the key. Always present in - * notifications. Required for %OVS_FLOW_CMD_NEW requests, optional + * notifications. Required for %OVS_FLOW_CMD_NEW requests, optional for + * %OVS_FLOW_CMD_SET requests. * @OVS_FLOW_ATTR_STATS: &struct ovs_flow_stats giving statistics for this * flow. Present in notifications if the stats would be nonzero. Ignored in * requests. -- 2.30.2