From: Ben Pfaff Date: Tue, 1 Nov 2011 21:16:41 +0000 (-0700) Subject: openvswitch.h: Add missing words in comment. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e002c96f0587ee7ac75d56ba89a66ad9d1002c14;p=openvswitch openvswitch.h: Add missing words in comment. Signed-off-by: Ben Pfaff Acked-by: Jesse Gross --- 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.