openvswitch.h: Add missing words in comment.
authorBen Pfaff <blp@nicira.com>
Tue, 1 Nov 2011 21:16:41 +0000 (14:16 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 1 Nov 2011 21:17:25 +0000 (14:17 -0700)
Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Jesse Gross <jesse@nicira.com>
include/linux/openvswitch.h

index 57ce4ef..a1ffc7d 100644 (file)
@@ -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.